Commit 1c09a8ac by amateur

1

1 parent 054b5adc
......@@ -81,11 +81,11 @@ android {
buildConfigField "boolean", "SHOW_INPUT", "false"
}
pro { // 模拟
resValue "string", "app_name", "NAFMII之窗-pro"
applicationIdSuffix "pro"
resValue "string", "app_name", "NAFMII之窗-qp"
applicationIdSuffix "qp"
signingConfig signingConfigs.debug
manifestPlaceholders = [
JPUSH_PKGNAME: "com.whaty.nafmii.pro",
JPUSH_PKGNAME: "com.whaty.nafmii.qp",
JPUSH_APPKEY : "63ca64e8348aabe37ee7ae2b",//值来自开发者平台取得的AppKey
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!