From 0eafa534849d1a721032063e5d02ca634d2038a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:12:33 +0000 Subject: [PATCH] build(deps): bump androidx.datastore:datastore-preferences Bumps androidx.datastore:datastore-preferences from 1.1.2 to 1.1.3. --- updated-dependencies: - dependency-name: androidx.datastore:datastore-preferences dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 10c184c..3b1c00c 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { val okhttp3LoggingVersion = "4.12.0" val okhttp3BrotliVersion = "4.12.0" val timberVersion = "5.0.1" - val datastoreVersion = "1.1.2" + val datastoreVersion = "1.1.3" val junitVersion = "4.13.2" val kotlinxCoroutinesTestVersion = "1.10.1"