File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99
1010 dependencies {
1111 classpath " com.android.tools.build:gradle:4.1.3"
12- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32 "
12+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21 "
1313
1414 // NOTE: Do not place your application dependencies here; they belong
1515 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ android {
4343}
4444
4545dependencies {
46- coreLibraryDesugaring " com.android.tools:desugar_jdk_libs:1.1.5 "
46+ coreLibraryDesugaring " com.android.tools:desugar_jdk_libs:2.0.0 "
4747
48- implementation " org.jetbrains.kotlin:kotlin-stdlib:1.4.32 "
49- implementation " org.jetbrains.kotlin:kotlin-reflect:1.4.32 "
48+ implementation " org.jetbrains.kotlin:kotlin-stdlib:1.6.21 "
49+ implementation " org.jetbrains.kotlin:kotlin-reflect:1.6.21 "
5050 implementation " com.upokecenter:cbor:4.5.1"
5151 implementation(" com.github.java-json-tools:json-schema-validator:2.2.14" ) {
5252 exclude group : " org.mozilla" , module : " rhino"
5353 }
5454
55- implementation " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.3 "
55+ implementation " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.14.0 "
5656 implementation " org.bouncycastle:bcpkix-jdk15to18:1.68"
5757
5858 testImplementation " junit:junit:4.13.1"
You can’t perform that action at this time.
0 commit comments