Skip to content

Commit

Permalink
fix: release 빌드 시 발생하는 Proguard 관련 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZANZU committed May 17, 2023
1 parent 2a07a98 commit 1d396c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
-keep class com.woozoo.menumonya.model.** { *; }
-keepclassmembers class com.woozoo.menumonya.model.** { *; }

# Uncomment this to preserve the line number information for
# debugging stack traces.
Expand Down

0 comments on commit 1d396c8

Please sign in to comment.