diff --git a/core/foundation/build.gradle.kts b/core/foundation/build.gradle.kts index 5dcb9704a..8171fb95c 100644 --- a/core/foundation/build.gradle.kts +++ b/core/foundation/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { api(libs.androidx.paging.runtime.ktx) api(libs.androidx.paging.compose) api(libs.timber) - api("androidx.datastore:datastore-preferences:1.1.7") + api("androidx.datastore:datastore-preferences:1.2.1") testImplementation(kotlin("test-junit")) }