diff --git a/AnkiDroid/build.gradle b/AnkiDroid/build.gradle index 9e549518dfc0..c0d09fc208c3 100644 --- a/AnkiDroid/build.gradle +++ b/AnkiDroid/build.gradle @@ -291,7 +291,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.6.0' implementation 'androidx.appcompat:appcompat:1.7.0-alpha02' implementation 'androidx.browser:browser:1.5.0' - implementation "androidx.core:core-ktx:1.10.1" + implementation "androidx.core:core-ktx:1.12.0" implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation "androidx.fragment:fragment-ktx:$fragments_version" debugImplementation("androidx.fragment:fragment-testing-manifest:$fragments_version")