feat: setup CI for Google Play Store submission and refactor UI
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
# Punktfunk ProGuard Rules
|
||||
|
||||
# Keep the Native Bridge and its methods for JNI
|
||||
-keep class io.unom.punktfunk.kit.NativeBridge { *; }
|
||||
-keepclasseswithmembernames class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
# Keep the models that might be serialized or accessed via JNI
|
||||
-keep class io.unom.punktfunk.models.** { *; }
|
||||
-keep class io.unom.punktfunk.kit.discovery.** { *; }
|
||||
-keep class io.unom.punktfunk.kit.security.** { *; }
|
||||
|
||||
# Compose rules are usually handled by the plugin, but we can add more if needed
|
||||
-keepclassmembers class **.R$* {
|
||||
public static <fields>;
|
||||
}
|
||||
Reference in New Issue
Block a user