From 28b80ff940002c6cdaaa8f722c96a23a028fd4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 19:52:32 +0000 Subject: [PATCH] build(deps): bump androidx.core:core-ktx from 1.10.1 to 1.12.0 Bumps androidx.core:core-ktx from 1.10.1 to 1.12.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- AnkiDroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")