diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 6b586c6..3630b51 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -105,7 +105,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.0") implementation("com.google.android.material:material:1.12.0") - implementation("androidx.datastore:datastore-preferences:1.0.0") + implementation("androidx.datastore:datastore-preferences:1.1.1") // Retrofit implementation("com.squareup.retrofit2:retrofit:2.9.0")