File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
}
12
12
13
13
dependencies {
14
- classpath ' com.android.tools.build:gradle:7.0.4 '
14
+ classpath ' com.android.tools.build:gradle:7.4.2 '
15
15
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
16
16
classpath " org.jetbrains.kotlin:kotlin-android-extensions:$kotlinVersion "
17
17
}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ android {
23
23
24
24
dependencies {
25
25
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 '
28
28
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ group = publishedGroupId
44
44
version = libraryVersion
45
45
46
46
android {
47
- compileSdkVersion 31
47
+ compileSdkVersion 33
48
48
buildToolsVersion ' 31.0.0'
49
49
50
50
defaultConfig {
51
51
minSdkVersion 15
52
- targetSdkVersion 31
52
+ targetSdkVersion 33
53
53
versionCode 8
54
54
versionName libraryVersion
55
55
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
@@ -108,15 +108,15 @@ configurations {
108
108
}
109
109
110
110
dependencies {
111
- implementation ' androidx.annotation:annotation:1.3 .0'
111
+ implementation ' androidx.annotation:annotation:1.6 .0'
112
112
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion "
113
113
114
114
testImplementation ' junit:junit:4.13.2'
115
115
116
- androidTestImplementation ' org.mockito:mockito-core:4.4.0 '
116
+ androidTestImplementation ' org.mockito:mockito-core:4.5.1 '
117
117
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 '
120
120
121
121
/* doclet project(':doclet') */
122
122
}
You can’t perform that action at this time.
0 commit comments