We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42687fb commit 0b3b327Copy full SHA for 0b3b327
app/proguard-rules.pro
@@ -28,6 +28,12 @@
28
# Keep all executors
29
-keep class com.appcontrolx.executor.** { *; }
30
31
+# Keep MainActivity methods (What's New dialog)
32
+-keepclassmembers class com.appcontrolx.ui.MainActivity {
33
+ private void showWhatsNewIfNeeded();
34
+ private void showWhatsNewDialog();
35
+}
36
+
37
# Keep Models
38
-keep class com.appcontrolx.model.** { *; }
39
-keep class com.appcontrolx.data.local.entity.** { *; }
0 commit comments