Skip to content

Commit 667786d

Browse files
authored
Merge pull request DennisBauer#534 from DennisBauer/renovate/patch-androidx.datastore.preferences
Update dependency androidx.datastore:datastore-preferences to v1.1.7
2 parents 9095715 + 06d1ab2 commit 667786d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/proguard-rules.pro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@
2323
-dontwarn kotlinx.serialization.internal.AbstractPolymorphicSerializer
2424

2525
-keep class * extends androidx.room.RoomDatabase { <init>(); }
26-
-keep class androidx.datastore.*.** { *; }

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android-minSdk = "26"
77
android-targetSdk = "35"
88
androidx-activityCompose = "1.10.1"
99
androidx-appcompat = "1.7.0"
10-
androidx-datastore-preferences = "1.1.6"
10+
androidx-datastore-preferences = "1.1.7"
1111
androidx-lifecycle-viewmodel = "2.8.7"
1212
androidx-navigation-compose = "2.9.0-beta01"
1313
androidx-test-junit = "1.2.1"

0 commit comments

Comments
 (0)