regex fix

This commit is contained in:
rebelonion 2024-01-20 22:51:24 -06:00
parent b018d0f090
commit 45a341397b
3 changed files with 8 additions and 10 deletions

View file

@ -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 {