Minify release but don't obfuscate
This commit is contained in:
@ -43,7 +43,8 @@ android {
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
isMinifyEnabled = false
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
|
||||
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
@ -9,6 +9,7 @@
|
||||
|
||||
# Add any project specific keep options here:
|
||||
-keepattributes LineNumberTable,SourceFile
|
||||
-dontobfuscate
|
||||
|
||||
# If your project uses WebView with JS, uncomment the following
|
||||
# and specify the fully qualified class name to the JavaScript interface
|
||||
|
||||
Reference in New Issue
Block a user