File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33buildscript {
44 ext {
5- kotlin_version = ' 1.6.21 '
5+ kotlin_version = ' 1.8.22 '
66 }
77 ext. versions = [
88 ' compileSdk' : 34 ,
Original file line number Diff line number Diff line change @@ -34,13 +34,17 @@ android {
3434 sourceCompatibility = 1.8
3535 targetCompatibility = 1.8
3636 }
37+
38+ kotlinOptions {
39+ jvmTarget = " 1.8"
40+ }
3741}
3842
3943dependencies {
40- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:1.1.5 '
44+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4 '
4145
4246 implementation project(" :studyplus-android-sdk" )
4347
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"
4650}
Original file line number Diff line number Diff line change @@ -40,17 +40,21 @@ android {
4040 targetCompatibility = 1.8
4141 }
4242
43+ kotlinOptions {
44+ jvmTarget = " 1.8"
45+ }
46+
4347 lint {
4448 abortOnError false
4549 }
4650}
4751
4852dependencies {
49- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:1.1.5 '
53+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4 '
5054
51- implementation " androidx.annotation:annotation:1.1 .0"
55+ implementation " androidx.annotation:annotation:1.7 .0"
5256
53- implementation platform(" com.squareup.okhttp3:okhttp-bom:4.9.1 " )
57+ implementation platform(" com.squareup.okhttp3:okhttp-bom:4.12.0 " )
5458 implementation " com.squareup.okhttp3:okhttp"
5559
5660 testImplementation " junit:junit:4.13.2"
You can’t perform that action at this time.
0 commit comments