Commit 0b704d43 authored by houzhenpu's avatar houzhenpu

update

parent 8579ae75
......@@ -27,7 +27,7 @@ class AppConfig {
const val privacyPolicyStatement = "http://www.yidianzixun.com/landing_privacy?yidian_fs=2"
const val userProtocol = "http://www.yidianzixun.com/landing_agreement?yidian_fs=2"
const val UMAppKey = "5fe3fcc8d1c1ad39854efb90"
const val UMAppKey = "60acaec453b67264990ecdc2"
const val UMChannel = "ANDROID_CHANNEL"
const val UMType = "metro"
const val UMSecret = "8bb06c17a90d727c26bdd95b0e27a436"
......@@ -36,6 +36,7 @@ class AppConfig {
const val PUSH_GETUI_SUPPORT_MASK = 0x10000000
const val PUSH_PASS_THROGH_UNIQUE_MASK = 0x00000001
const val ZIXUN_PUSH_LEVEL = PUSH_XIAOMI_SUPPORT_MASK
const val PUSH_LEVEL = (PUSH_XIAOMI_SUPPORT_MASK or PUSH_UMENG_SUPPORT_MASK
or PUSH_GETUI_SUPPORT_MASK or PUSH_PASS_THROGH_UNIQUE_MASK)
}
......
# yac-android Android 组件化工程模板
## 工程规范
## 使用方法
\ No newline at end of file
## 使用方法
## git 提交
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment