fix: proguard

This commit is contained in:
Zane Schepke
2025-02-23 15:58:08 -05:00
parent 6009445a15
commit 8021c133a5
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -21,4 +21,7 @@
#-renamesourcefileattribute SourceFile
-keepclassmembers class * extends androidx.datastore.preferences.protobuf.GeneratedMessageLite {
<fields>;
}
}
-keep class com.sun.jna.** { *; }
-dontwarn com.sun.jna.**