File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-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.6.21 '
5
+ kotlin_version = ' 1.8.22 '
6
6
}
7
7
ext. versions = [
8
8
' compileSdk' : 34 ,
Original file line number Diff line number Diff line change @@ -34,13 +34,17 @@ android {
34
34
sourceCompatibility = 1.8
35
35
targetCompatibility = 1.8
36
36
}
37
+
38
+ kotlinOptions {
39
+ jvmTarget = " 1.8"
40
+ }
37
41
}
38
42
39
43
dependencies {
40
- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:1.1.5 '
44
+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4 '
41
45
42
46
implementation project(" :studyplus-android-sdk" )
43
47
44
- implementation " androidx.appcompat:appcompat:1.2.0 "
45
- implementation " androidx.constraintlayout:constraintlayout:2.0 .4"
48
+ implementation " androidx.appcompat:appcompat:1.6.1 "
49
+ implementation " androidx.constraintlayout:constraintlayout:2.1 .4"
46
50
}
Original file line number Diff line number Diff line change @@ -40,17 +40,21 @@ android {
40
40
targetCompatibility = 1.8
41
41
}
42
42
43
+ kotlinOptions {
44
+ jvmTarget = " 1.8"
45
+ }
46
+
43
47
lint {
44
48
abortOnError false
45
49
}
46
50
}
47
51
48
52
dependencies {
49
- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:1.1.5 '
53
+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4 '
50
54
51
- implementation " androidx.annotation:annotation:1.1 .0"
55
+ implementation " androidx.annotation:annotation:1.7 .0"
52
56
53
- implementation platform(" com.squareup.okhttp3:okhttp-bom:4.9.1 " )
57
+ implementation platform(" com.squareup.okhttp3:okhttp-bom:4.12.0 " )
54
58
implementation " com.squareup.okhttp3:okhttp"
55
59
56
60
testImplementation " junit:junit:4.13.2"
You can’t perform that action at this time.
0 commit comments