Gradle 4 / Android plugin 3 improvements, #433
This commit is contained in:
parent
abac84e82a
commit
9b14865bf3
@ -70,14 +70,6 @@ android {
|
|||||||
exclude 'META-INF/LICENSE'
|
exclude 'META-INF/LICENSE'
|
||||||
exclude 'META-INF/NOTICE'
|
exclude 'META-INF/NOTICE'
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
|
||||||
all {
|
|
||||||
minifyEnabled true
|
|
||||||
useProguard false
|
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
task run(dependsOn: 'installDebug') {
|
task run(dependsOn: 'installDebug') {
|
||||||
|
|||||||
10
vtm-android-example/proguard-rules.pro
vendored
10
vtm-android-example/proguard-rules.pro
vendored
@ -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.**
|
|
||||||
Loading…
x
Reference in New Issue
Block a user