[SHARED] Add corruption handler to DataStore

This commit is contained in:
Kamil Gurgul
2024-09-04 14:24:57 +02:00
parent 2db387892a
commit d7928e36d4
4 changed files with 21 additions and 1 deletions
+6 -1
View File
@@ -3,4 +3,9 @@
-dontwarn org.slf4j.**
# Obfuscation breaks coroutines/ktor for some reason
-dontobfuscate
-dontobfuscate
# DataStore
-keepclassmembers class * extends androidx.datastore.preferences.protobuf.GeneratedMessageLite {
<fields>;
}