serene-pub/android/app/proguard-rules.pro
2026-06-15 01:13:47 -07:00

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>;
}