Files
AndroidJava/dash-wallet/common/proguard-rules.pro
T
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

6 lines
214 B
Prolog

-keepattributes Exceptions, InnerClasses
-keep public class org.dash.wallet.common.** {
public protected *;
}
-keep public interface org.dash.wallet.common.** {*;}
-dontwarn java.lang.invoke.StringConcatFactory