修复 寻爱 票据数量问题

This commit is contained in:
wzq
2023-09-27 22:46:57 +08:00
parent da45a64af9
commit 23214de384
3 changed files with 9 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ android {
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
buildConfigField "String", "BASE_URL_STAGING", "BASE_URL"
buildConfigField "String", "BASE_URL_RELEASE", "BASE_URL"
minifyEnabled true // 是否混淆
minifyEnabled false // 是否混淆
// shrinkResources true // 开了混淆的时候才能开启 是否去除无效的资源文件
crunchPngs false // 停用 PNG 压缩
signingConfig signingConfigs.v2