From e876d470ed99c9dd0ad25db7c553292facb38984 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Mar 2026 02:01:26 +0000 Subject: [PATCH] Update dependency androidx.datastore:datastore-preferences to v1.2.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f406be2..1cde666 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.2.0" + implementation "androidx.datastore:datastore-preferences:1.2.1" implementation "androidx.security:security-crypto:1.1.0" coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'