From 04f27dda401548afbd1a84d493f5a7b7a4c4b880 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 02:51:38 +0000 Subject: [PATCH] chore(deps): update androidx.datastore:datastore to v1.1.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fe7b4aaf0..c4a8ed6e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -155,7 +155,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.viewpager2:viewpager2:1.1.0' - implementation 'androidx.datastore:datastore:1.1.1' + implementation 'androidx.datastore:datastore:1.1.2' // Lifecycle def lifecycle_version = '2.8.7'