From b43ee1860081b13a5d6a5c43dd3a5e9504ad858f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:06:14 +0000 Subject: [PATCH] Update dependency androidx.datastore:datastore-preferences to v1.2.1 --- core/foundation/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/foundation/build.gradle.kts b/core/foundation/build.gradle.kts index bcdfff973..ed851a3b9 100644 --- a/core/foundation/build.gradle.kts +++ b/core/foundation/build.gradle.kts @@ -32,5 +32,5 @@ 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") }