Skip to content

Commit d9462bd

Browse files
committed
fix: update datastore library to try and fix the InvalidProtocolBufferException
1 parent 0c4f4ab commit d9462bd

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
@@ -225,7 +225,7 @@ dependencies {
225225
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
226226
implementation "androidx.room:room-runtime:$room_version"
227227
implementation "androidx.viewpager2:viewpager2:1.1.0"
228-
implementation "androidx.datastore:datastore-preferences:1.2.0-alpha01"
228+
implementation "androidx.datastore:datastore-preferences:1.2.0-alpha02"
229229
implementation "androidx.core:core-splashscreen:1.0.1"
230230
implementation "androidx.activity:activity-compose:1.10.1"
231231
implementation "androidx.navigation:navigation-compose:2.8.9"

0 commit comments

Comments
 (0)