We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464ee9f commit e1858ebCopy full SHA for e1858eb
1 file changed
service/proguard-rules.pro
@@ -32,6 +32,10 @@
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
# Keep `Companion` object fields of serializable classes.
40
# This avoids serializer lookup through `getDeclaredClasses` as done for named companion objects.
41
-if @kotlinx.serialization.Serializable class **
0 commit comments