fixed too aggressive minification causing missing languages
This commit is contained in:
parent
2d57b71848
commit
d1cf456996
2 changed files with 3 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ android {
|
|||
jniDebuggable false
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
|
||||
|
||||
// signingConfig android.signingConfigs.release
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue