Update dependencies

This commit is contained in:
Ming Ming 2022-08-29 13:58:34 +08:00
parent 8b2a069379
commit b628647666
2 changed files with 4 additions and 4 deletions

View file

@ -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'
}

View file

@ -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"
}