Files
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

25 lines
677 B
Prolog

-keepattributes Exceptions, InnerClasses
-keep class org.dash.wallet.integrations.coinbase_integration.** {
public protected private *;
}
-keep interface org.dash.wallet.integrations.coinbase_integration.** {*;}
-keep class org.dash.wallet.integrations.uphold.** {
public protected private *;
}
#OkHttp
-dontwarn com.squareup.okhttp.**
-dontnote com.squareup.okhttp.internal.Platform
-dontwarn okio.**
# Retrofit
-dontnote retrofit2.Platform
-dontwarn retrofit2.Platform$Java8
-keepattributes Signature
-keepattributes Exceptions
# Spongy Castle
-keep class org.spongycastle.** { *; }
-keepclassmembers class org.spongycastle.** { *; }
-dontwarn org.spongycastle.**