diff --git a/app/build.gradle b/app/build.gradle index 8f6b7af00..37f5f98cb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -158,7 +158,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.viewpager2:viewpager2:1.0.0' - implementation 'androidx.datastore:datastore:1.1.0' + implementation 'androidx.datastore:datastore:1.1.1' // Lifecycle def lifecycle_version = '2.7.0'