Skip to content

Commit 2d4f6d8

Browse files
committed
Update dependency versions
1 parent ec31ac3 commit 2d4f6d8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212

1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:7.0.4'
14+
classpath 'com.android.tools.build:gradle:7.4.2'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1616
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlinVersion"
1717
}

demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ android {
2323

2424
dependencies {
2525
implementation project(':tehreer-android')
26-
implementation 'androidx.appcompat:appcompat:1.4.1'
27-
implementation 'androidx.core:core-ktx:1.10.0'
26+
implementation 'androidx.appcompat:appcompat:1.6.1'
27+
implementation 'androidx.core:core-ktx:1.10.1'
2828
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip

tehreer-android/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ group = publishedGroupId
4444
version = libraryVersion
4545

4646
android {
47-
compileSdkVersion 31
47+
compileSdkVersion 33
4848
buildToolsVersion '31.0.0'
4949

5050
defaultConfig {
5151
minSdkVersion 15
52-
targetSdkVersion 31
52+
targetSdkVersion 33
5353
versionCode 8
5454
versionName libraryVersion
5555
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
@@ -108,15 +108,15 @@ configurations {
108108
}
109109

110110
dependencies {
111-
implementation 'androidx.annotation:annotation:1.3.0'
111+
implementation 'androidx.annotation:annotation:1.6.0'
112112
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
113113

114114
testImplementation 'junit:junit:4.13.2'
115115

116-
androidTestImplementation 'org.mockito:mockito-core:4.4.0'
116+
androidTestImplementation 'org.mockito:mockito-core:4.5.1'
117117
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito-inline:2.28.1'
118-
androidTestImplementation 'androidx.test:runner:1.4.0'
119-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
118+
androidTestImplementation 'androidx.test:runner:1.5.2'
119+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
120120

121121
/* doclet project(':doclet') */
122122
}

0 commit comments

Comments
 (0)