Commit 1c09a8ac by amateur

1

1 parent 054b5adc
...@@ -81,11 +81,11 @@ android { ...@@ -81,11 +81,11 @@ android {
buildConfigField "boolean", "SHOW_INPUT", "false" buildConfigField "boolean", "SHOW_INPUT", "false"
} }
pro { // 模拟 pro { // 模拟
resValue "string", "app_name", "NAFMII之窗-pro" resValue "string", "app_name", "NAFMII之窗-qp"
applicationIdSuffix "pro" applicationIdSuffix "qp"
signingConfig signingConfigs.debug signingConfig signingConfigs.debug
manifestPlaceholders = [ manifestPlaceholders = [
JPUSH_PKGNAME: "com.whaty.nafmii.pro", JPUSH_PKGNAME: "com.whaty.nafmii.qp",
JPUSH_APPKEY : "63ca64e8348aabe37ee7ae2b",//值来自开发者平台取得的AppKey JPUSH_APPKEY : "63ca64e8348aabe37ee7ae2b",//值来自开发者平台取得的AppKey
JPUSH_CHANNEL: "default_developer" JPUSH_CHANNEL: "default_developer"
] ]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!