From c12b5153d00c9d782b40bfce8eb7fffde81e0143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 14:40:10 +0000 Subject: [PATCH] fix(deps): update dependency androidx.datastore:datastore-preferences-core to v1.1.0-alpha05 --- 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 9b766920d..110baa4c5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -108,7 +108,7 @@ androidxCoreKtx = { module = "androidx.core:core-ktx", version.ref = "androidxCo androidxAppCompat = { module = "androidx.appcompat:appcompat", version = "1.7.0-alpha03" } androidxLifecycleLifecycleRuntimeKtx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidxLifecycle" } androidxActivityActivityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" } -androidxDatastoreDatastorePreferences = { module = "androidx.datastore:datastore-preferences-core", version = "1.1.0-alpha04" } +androidxDatastoreDatastorePreferences = { module = "androidx.datastore:datastore-preferences-core", version = "1.1.0-alpha05" } androidxBrowser = { module = "androidx.browser:browser", version = "1.6.0" } androidxWindow = { module = "androidx.window:window", version = "1.1.0" } androidxSplashScreen = { module = "androidx.core:core-splashscreen", version.ref = "androidxSplashScreen" }