Skip to content

Commit 24872b5

Browse files
committed
fix: try to fix CorruptionException in datastore by updating to 1.2.0-alpha01.
See https://issuetracker.google.com/issues/346197747?hl=ar
1 parent b69bdd6 commit 24872b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ dependencies {
221221
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
222222
implementation "androidx.room:room-runtime:$room_version"
223223
implementation "androidx.viewpager2:viewpager2:1.1.0"
224-
implementation "androidx.datastore:datastore-preferences:1.1.4"
224+
implementation "androidx.datastore:datastore-preferences:1.2.0-alpha01"
225225
implementation "androidx.core:core-splashscreen:1.0.1"
226226
implementation "androidx.activity:activity-compose:1.10.1"
227227
implementation "androidx.navigation:navigation-compose:2.8.9"

0 commit comments

Comments
 (0)