From 2b880ad8f00999a1ef2d352e8d393785d5c149e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 00:25:56 +0000 Subject: [PATCH] Update dependency androidx.datastore:datastore-preferences to v1.2.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0419bc3a0..160a4261e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -75,7 +75,7 @@ androidx-compose-material3 = { group = "androidx.compose.material3", name = "mat androidx-compose-material3-adaptive = { group = "androidx.compose.material3.adaptive", name = "adaptive-layout-android", version = "1.2.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" } androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version = "1.2.0" } -androidx-datastore = { module = "androidx.datastore:datastore-preferences", version = "1.1.7" } +androidx-datastore = { module = "androidx.datastore:datastore-preferences", version = "1.2.0" } androidx-fragment-compose = { module = "androidx.fragment:fragment-compose", version = "1.8.9" } androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt" } androidx-hilt-navigation = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hilt" }