Commit 5d98fc32 by amateur

1

1 parent 75e37f3f
......@@ -134,7 +134,7 @@ android {
buildConfigField "String", "MODULE_LEARN", "\"http://ycjyconfirm.cfae.cn/sites/bank/mb/index.html\""
manifestPlaceholders = [
JPUSH_PKGNAME: "com.whaty.nafmii.qp",
JPUSH_APPKEY : "63ca64e8348aabe37ee7ae2b",//值来自开发者平台取得的AppKey
JPUSH_APPKEY : "0d722942c25af282e039eb24",//值来自开发者平台取得的AppKey
JPUSH_CHANNEL: "default_developer"
]
}
......@@ -145,6 +145,7 @@ android {
signingConfig signingConfigs.release
resValue "string", "app_name", "NAFMII之窗-uat"
applicationIdSuffix "uat"
versionNameSuffix ".1"
buildConfigField "String", "H5_VERSION", "\"1.0.0\""
buildConfigField "String", "ASSETS_DIST_DIR", "\"uat\""
buildConfigField "String", "WX_APPID", "\"wxb9dd952e6522ef31\""
......@@ -165,7 +166,7 @@ android {
signingConfig signingConfigs.release
resValue "string", "app_name", "NAFMII之窗-dev"
applicationIdSuffix "dev"
versionNameSuffix ""
versionNameSuffix ".1"
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!