Commit bc17e3ec by amateur

1

1 parent 5d98fc32
......@@ -124,6 +124,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
resValue "string", "app_name", "NAFMII之窗-qp"
applicationIdSuffix "qp"
versionNameSuffix ".1"
buildConfigField "String", "H5_VERSION", "\"1.0.0\""
buildConfigField "String", "ASSETS_DIST_DIR", "\"pre\""
buildConfigField "String", "WX_APPID", "\"wx0c80bdc32795951b\""
......@@ -166,7 +167,7 @@ android {
signingConfig signingConfigs.release
resValue "string", "app_name", "NAFMII之窗-dev"
applicationIdSuffix "dev"
versionNameSuffix ".1"
versionNameSuffix ".3"
buildConfigField "String", "H5_VERSION", "\"1.0.0\""
buildConfigField "String", "ASSETS_DIST_DIR", "\"dev\""
buildConfigField "String", "WX_APPID", "\"wx06a3b88ecb27f0d8\""
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!