1.mob SDK升级 2.隐私相关整改
This commit is contained in:
39
mob.gradle
Normal file
39
mob.gradle
Normal file
@@ -0,0 +1,39 @@
|
||||
apply plugin: 'com.mob.sdk'
|
||||
|
||||
MobSDK {
|
||||
appKey "32075fcbba527"
|
||||
appSecret "9db6e523d459ebd5e102ff2c261f640a"
|
||||
|
||||
ShareSDK {
|
||||
//平台配置信息
|
||||
gui false
|
||||
devInfo {
|
||||
Wechat {
|
||||
appId "wx3f0462eb7eccd64f"
|
||||
appSecret "1c07949e3f53433f1c6038bfcdd54c40"
|
||||
}
|
||||
WechatMoments {
|
||||
appId "wx3f0462eb7eccd64f"
|
||||
appSecret "1c07949e3f53433f1c6038bfcdd54c40"
|
||||
}
|
||||
QQ {
|
||||
appId "101937205"
|
||||
appKey "458ed9d671ba4b177799189db5fbc434"
|
||||
shareByAppClient true
|
||||
}
|
||||
QZone {
|
||||
appId "101937205"
|
||||
appKey "458ed9d671ba4b177799189db5fbc434"
|
||||
shareByAppClient true
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
permissions {
|
||||
exclude "android.permission.READ_PHONE_STATE", "android.permission.ACCESS_FINE_LOCATION", "android.permission.ACCESS_COARSE_LOCATION", "android.permission.QUERY_ALL_PACKAGES"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user