We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3ce9d commit 5167fb6Copy full SHA for 5167fb6
app/proguard-rules.pro
@@ -12,6 +12,7 @@
12
-keep public class * extends java.lang.Exception
13
-keep class ru.rznnike.eyehealthmanager.domain.model.** { <fields>; }
14
-keepclassmembers enum * { *; }
15
+-keepclassmembers class ru.rznnike.eyehealthmanager.app.presentation.** { *; }
16
#noinspection ShrinkerUnresolvedReference
17
-keep class java.awt.datatransfer.DataFlavor {*;}
18
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
0 commit comments