We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bc48f1 + ee543c2 commit 4fd6f13Copy full SHA for 4fd6f13
app/build.gradle
@@ -22,8 +22,8 @@ android {
22
applicationId "com.woozoo.menumonya"
23
minSdk 24
24
targetSdk 33
25
- versionCode 8
26
- versionName "0.0.8"
+ versionCode 9
+ versionName "0.0.9"
27
28
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
29
}
app/proguard-rules.pro
@@ -11,6 +11,8 @@
11
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
12
# public *;
13
#}
14
+-keep class com.woozoo.menumonya.model.** { *; }
15
+-keepclassmembers class com.woozoo.menumonya.model.** { *; }
16
17
# Uncomment this to preserve the line number information for
18
# debugging stack traces.
0 commit comments