9 行
398 B
Prolog
9 行
398 B
Prolog
# All webview classes are public API consumed directly by app code
|
|
-keep public class com.xuqm.sdk.webview.** { public *; }
|
|
|
|
# XWebViewActivity is registered in AndroidManifest — must not be renamed
|
|
-keep class com.xuqm.sdk.webview.XWebViewActivity
|
|
|
|
# Compose @Composable functions require annotation and signature retention
|
|
-keepattributes *Annotation*, Signature, InnerClasses, EnclosingMethod
|