Skip to content

Commit 4fd6f13

Browse files
authored
release: 0.0.9(9) 버전 배포 (#42)
release: 0.0.9(9) 버전 배포
2 parents 1bc48f1 + ee543c2 commit 4fd6f13

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId "com.woozoo.menumonya"
2323
minSdk 24
2424
targetSdk 33
25-
versionCode 8
26-
versionName "0.0.8"
25+
versionCode 9
26+
versionName "0.0.9"
2727

2828
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2929
}

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)