Set shrinkResources to false
This removes the necessary resources. It is necessary to customize the behavior.
This commit is contained in:
parent
d11f8e4e07
commit
61c5864e70
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ android {
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
shrinkResources true
|
shrinkResources false
|
||||||
proguardFile './proguard-android.txt'
|
proguardFile './proguard-android.txt'
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue