mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-07 15:11:06 +02:00
enable Minify in release mode
This commit is contained in:
parent
aabb1666af
commit
d719136f5d
@ -19,7 +19,7 @@ android {
|
|||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
minifyEnabled false
|
minifyEnabled true
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user