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 e361d06 + 6191f36 commit 61b981bCopy full SHA for 61b981b
mobile-new/app/build.gradle
@@ -12,7 +12,7 @@ android {
12
}
13
buildTypes {
14
release {
15
- minifyEnabled false
+ minifyEnabled true
16
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17
18
mobile-new/app/proguard-rules.pro
@@ -8,9 +8,9 @@
8
# If your project uses WebView with JS, uncomment the following
9
# and specify the fully qualified class name to the JavaScript interface
10
# class:
11
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
+-keepclassmembers class org.qccoders.qcvoc.MainActivity {
+ public *;
+}
# Uncomment this to preserve the line number information for
# debugging stack traces.
0 commit comments