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 534fd48 commit 0c83311Copy full SHA for 0c83311
app/proguard-rules.pro
@@ -32,6 +32,9 @@
32
-keep class com.appcontrolx.model.** { *; }
33
-keep class com.appcontrolx.data.local.entity.** { *; }
34
35
+# Keep Rollback data classes (for Gson serialization)
36
+-keep class com.appcontrolx.rollback.** { *; }
37
+
38
# Keep ViewModels
39
-keep class * extends androidx.lifecycle.ViewModel {
40
<init>();
0 commit comments