From ba430c0c3c88a1419cc5cbcd1fb82e47e2ea9130 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 19:15:37 +0000 Subject: [PATCH] fix(deps): update dependency androidx.datastore:datastore-preferences to v1.1.7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 75ac06bb0..cc568fffd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -186,7 +186,7 @@ dependencies { implementation("androidx.compose.runtime:runtime:1.7.8") implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.datastore:datastore-core:1.1.7' - implementation 'androidx.datastore:datastore-preferences:1.1.6' + implementation 'androidx.datastore:datastore-preferences:1.1.7' implementation 'androidx.test.ext:junit-ktx:1.2.1' implementation fileTree(include: ['*'], dir: 'libs')