From bad720605e534207a236d9075b4d7a8a81e7d933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:03:13 +0200 Subject: [PATCH] Bump androidx.preference:preference-ktx from 1.1.1 to 1.2.1 in /android (#138) Bumps androidx.preference:preference-ktx from 1.1.1 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.preference:preference-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/mainSample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/mainSample/build.gradle b/android/mainSample/build.gradle index b4905642e..b1e37ba40 100644 --- a/android/mainSample/build.gradle +++ b/android/mainSample/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.preference:preference-ktx:1.1.1' + implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.multidex:multidex:2.0.1' implementation project(':code-samples:ARBlackPanther') implementation project(':code-samples:ARHelloWorldAndroid')