mirror of
https://github.com/doolijb/serene-pub.git
synced 2026-07-20 05:03:27 +00:00
8 lines
271 B
Prolog
8 lines
271 B
Prolog
# Add project specific ProGuard rules here.
|
|
# You can control the set of applied configuration files using the
|
|
# proguardFiles setting in build.gradle.
|
|
|
|
-keep class pub.serene.app.** { *; }
|
|
-keepclassmembers class * {
|
|
@android.webkit.JavascriptInterface <methods>;
|
|
}
|