Skip to content

Commit fdc8164

Browse files
committed
fix: do not shrink library
Signed-off-by: qwq233 <[email protected]>
1 parent 464ee9f commit fdc8164

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

service/proguard-rules.pro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
-keep class org.bouncycastle.jce.provider.** { *; }
3333
-dontwarn javax.naming.**
3434

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+
3543
# Keep `Companion` object fields of serializable classes.
3644
# This avoids serializer lookup through `getDeclaredClasses` as done for named companion objects.
3745
-if @kotlinx.serialization.Serializable class **

0 commit comments

Comments
 (0)