Gradle 4 / Android plugin 3 improvements, #433

This commit is contained in:
Emux 2017-12-29 15:59:59 +02:00
parent abac84e82a
commit 9b14865bf3
No known key found for this signature in database
GPG Key ID: 89C6921D7AF2BDD0
2 changed files with 0 additions and 18 deletions

View File

@ -70,14 +70,6 @@ android {
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
}
buildTypes {
all {
minifyEnabled true
useProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
task run(dependsOn: 'installDebug') {

View File

@ -1,10 +0,0 @@
-keep class com.** { *; }
-dontwarn com.**
-keep class jsqlite.** { *; }
-dontwarn jsqlite.**
-keep class okhttp3.** { *; }
-dontwarn okhttp3.**
-keep class okio.** { *; }
-dontwarn okio.**
-keep class org.** { *; }
-dontwarn org.**