From b3b69597083bd4cdc318a0f705dbd03828aae311 Mon Sep 17 00:00:00 2001 From: jacquarg Date: Tue, 10 Jun 2025 10:28:25 +0200 Subject: [PATCH] fix:sentry-5D to 5K: fix datastore CorruptionException --- 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 fddb5838..41ef2388 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ pcap4j = "1.8.2" androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.7.0" } androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version = "1.15.0" } -androidx-datastore-preferences = { group = "androidx.datastore", name="datastore-preferences", version = "1.1.2" } +androidx-datastore-preferences = { group = "androidx.datastore", name="datastore-preferences", version = "1.1.7" } androidx-fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version = "1.8.6" } androidx-lifecycle-runtime = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-viewmodel = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" } -- GitLab