regex fix
This commit is contained in:
parent
b018d0f090
commit
45a341397b
3 changed files with 8 additions and 10 deletions
|
@ -34,7 +34,7 @@ android {
|
|||
release {
|
||||
manifestPlaceholders = [icon_placeholder: "@mipmap/ic_launcher", icon_placeholder_round: "@mipmap/ic_launcher_round"]
|
||||
debuggable false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-gson.pro', 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
buildFeatures {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue