Skip to content

Commit e1858eb

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

service/proguard-rules.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
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+
3539
# Keep `Companion` object fields of serializable classes.
3640
# This avoids serializer lookup through `getDeclaredClasses` as done for named companion objects.
3741
-if @kotlinx.serialization.Serializable class **

0 commit comments

Comments
 (0)