Skip to content

Commit 1d396c8

Browse files
committed
fix: release 빌드 시 발생하는 Proguard 관련 오류 수정
1 parent 2a07a98 commit 1d396c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1212
# public *;
1313
#}
14+
-keep class com.woozoo.menumonya.model.** { *; }
15+
-keepclassmembers class com.woozoo.menumonya.model.** { *; }
1416

1517
# Uncomment this to preserve the line number information for
1618
# debugging stack traces.

0 commit comments

Comments
 (0)