Skip to content

Commit 5167fb6

Browse files
committed
Proguard fixed
1 parent 6d3ce9d commit 5167fb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
-keep public class * extends java.lang.Exception
1313
-keep class ru.rznnike.eyehealthmanager.domain.model.** { <fields>; }
1414
-keepclassmembers enum * { *; }
15+
-keepclassmembers class ru.rznnike.eyehealthmanager.app.presentation.** { *; }
1516
#noinspection ShrinkerUnresolvedReference
1617
-keep class java.awt.datatransfer.DataFlavor {*;}
1718
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation

0 commit comments

Comments
 (0)