From 7412fef388e8581d525326ba9df278d54b0a798a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Nov 2025 02:01:30 +0000 Subject: [PATCH] Update dependency androidx.datastore:datastore-preferences to v1.2.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9a9e71e..abc7478 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -100,7 +100,7 @@ dependencies { implementation "androidx.biometric:biometric:1.2.0-alpha05" implementation "androidx.security:security-crypto:1.1.0" - implementation "androidx.datastore:datastore-preferences:1.1.7" + implementation "androidx.datastore:datastore-preferences:1.2.0" implementation "androidx.security:security-crypto:1.1.0" coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' -- 2.49.1