This commit is contained in:
Vendored
+7
-1
@@ -1 +1,7 @@
|
||||
# Project-specific ProGuard rules are intentionally minimal for now.
|
||||
# Keep JavaScript bridge entry points callable from WebView JavaScript.
|
||||
-keepclassmembers class * {
|
||||
@android.webkit.JavascriptInterface <methods>;
|
||||
}
|
||||
|
||||
# Keep the manifest-declared Argus package installer callback constructable by Android.
|
||||
-keep class xyz.kusoft.argusupdater.ArgusPackageInstallerStatusReceiver { public <init>(); }
|
||||
|
||||
Reference in New Issue
Block a user