We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464ee9f commit fdc8164Copy full SHA for fdc8164
service/proguard-rules.pro
@@ -32,6 +32,14 @@
32
-keep class org.bouncycastle.jce.provider.** { *; }
33
-dontwarn javax.naming.**
34
35
+-keep class android.** { *; }
36
+-keep class com.android.** { *; }
37
+-keep class top.qwq2333.ohmykeymint.** { *; }
38
+
39
+-keepclassmembers class * {
40
+ static final int TRANSACTION_*;
41
+}
42
43
# Keep `Companion` object fields of serializable classes.
44
# This avoids serializer lookup through `getDeclaredClasses` as done for named companion objects.
45
-if @kotlinx.serialization.Serializable class **
0 commit comments