added -dontshrink to proguard rules

master
y20k 2018-09-19 17:06:27 +02:00
parent 27508ce8cc
commit a3457db546
4 changed files with 7 additions and 6 deletions

View File

@ -37,6 +37,6 @@ dependencies {
implementation "com.google.android.material:material:$materialVersion" implementation "com.google.android.material:material:$materialVersion"
implementation 'org.osmdroid:osmdroid-android:' + osmdroidVersion implementation "org.osmdroid:osmdroid-android:$osmdroidVersion"
implementation 'com.google.code.gson:gson:' + gsonVersion implementation "com.google.code.gson:gson:$gsonVersion"
} }

View File

@ -15,3 +15,4 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview { #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *; # public *;
#} #}
-dontshrink

View File

@ -6,7 +6,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.3.0-alpha08' classpath 'com.android.tools.build:gradle:3.3.0-alpha10'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
@ -28,7 +28,7 @@ allprojects {
buildToolsVersion = '28.0.2' buildToolsVersion = '28.0.2'
constraintlayoutVersion = '1.1.3' constraintlayoutVersion = '1.1.3'
materialVersion = "1.0.0-rc01" materialVersion = "1.0.0-rc02"
appcompatVersion = '1.0.0-rc02' appcompatVersion = '1.0.0-rc02'
cardviewVersion = '1.0.0-rc02' cardviewVersion = '1.0.0-rc02'

View File

@ -1,6 +1,6 @@
#Wed Sep 05 10:45:03 CEST 2018 #Wed Sep 19 11:17:58 CEST 2018
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip