From b6286476661fe97c316fbc6d535b8b191534e9bd Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Mon, 29 Aug 2022 13:58:34 +0800 Subject: [PATCH] Update dependencies --- app/android/app/build.gradle | 2 +- plugin/android/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 827a787a..4abef6e7 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -106,5 +106,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // fix crash on sdk33, need investigation implementation "androidx.window:window:1.0.0" - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.8' } diff --git a/plugin/android/build.gradle b/plugin/android/build.gradle index c4f19745..d2346eee 100644 --- a/plugin/android/build.gradle +++ b/plugin/android/build.gradle @@ -62,9 +62,9 @@ android { } dependencies { - coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5" - implementation "androidx.annotation:annotation:1.3.0" - implementation "androidx.core:core-ktx:1.7.0" + coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.8" + implementation "androidx.annotation:annotation:1.4.0" + implementation "androidx.core:core-ktx:1.8.0" implementation "androidx.exifinterface:exifinterface:1.3.3" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" }