File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext {
5
- kotlin_version = ' 1.4.30 '
5
+ kotlin_version = ' 1.4.31 '
6
6
}
7
7
ext. versions = [
8
- ' compileSdk' : 29 ,
8
+ ' compileSdk' : 30 ,
9
9
' minSdk' : 21 ,
10
- ' targetSdk' : 29 ,
10
+ ' targetSdk' : 30 ,
11
11
]
12
12
repositories {
13
13
google()
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ android {
13
13
}
14
14
buildTypes {
15
15
release {
16
+ signingConfig signingConfigs. debug
17
+
16
18
minifyEnabled false
17
19
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
18
20
}
@@ -29,7 +31,7 @@ dependencies {
29
31
implementation " androidx.appcompat:appcompat:1.2.0"
30
32
implementation " androidx.constraintlayout:constraintlayout:2.0.4"
31
33
32
- testImplementation " junit:junit:4.13"
34
+ testImplementation " junit:junit:4.13.2 "
33
35
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
34
36
androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
35
37
}
Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ android {
38
38
}
39
39
40
40
dependencies {
41
- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:1.1.1 '
41
+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:1.1.5 '
42
42
43
43
implementation " androidx.annotation:annotation:1.1.0"
44
44
45
45
implementation platform(" com.squareup.okhttp3:okhttp-bom:4.9.1" )
46
46
implementation " com.squareup.okhttp3:okhttp"
47
47
48
- testImplementation " junit:junit:4.13"
49
- testImplementation " org.robolectric:robolectric:4.3 .1"
48
+ testImplementation " junit:junit:4.13.2 "
49
+ testImplementation " org.robolectric:robolectric:4.5 .1"
50
50
testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
51
51
testImplementation " com.squareup.okhttp3:mockwebserver"
52
52
}
You can’t perform that action at this time.
0 commit comments