From abc108a824f8aac5940dff2b46f7fd214b7d6762 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:24:52 +0000 Subject: [PATCH] Update datastore to v1.1.1 --- 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 5933c701da..51ac1dda5a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ core = "1.13.0" # Clear the cache of the application and run the app. Nearly each time, there is an infinite loading # Due to the DefaultMigrationStore not bahaving as expected. # Stick to 1.0.0 for now, and ensure that this scenario cannot be reproduced when upgrading the version. -datastore = "1.0.0" +datastore = "1.1.1" constraintlayout = "2.1.4" constraintlayout_compose = "1.0.1" lifecycle = "2.7.0"