Files
peko-android/mob.gradle

42 lines
1.1 KiB
Groovy
Raw Normal View History

2022-08-29 11:35:39 +08:00
apply plugin: 'com.mob.sdk'
MobSDK {
2022-09-28 15:18:31 +08:00
appKey "36b91eeac7469"
appSecret "63ec0702513aca17e20615dd5dfdc03f"
appBundleMode true
2022-08-29 11:35:39 +08:00
ShareSDK {
//平台配置信息
gui false
devInfo {
2022-09-23 18:41:51 +08:00
Facebook {
appKey "1266232494209868"
appSecret "c9b170b383f8be9cdf118823b8632821"
callbackUri "https://mob.com"
2022-08-29 11:35:39 +08:00
shareByAppClient true
2022-09-23 18:41:51 +08:00
enable true
2022-08-29 11:35:39 +08:00
}
2022-09-23 18:41:51 +08:00
GooglePlus {
appId "766987211654-2b4de5kbhe7tpgtfto4bjll3dj7ih26u.apps.googleusercontent.com"
callbackUri "http://localhost"
officialVersion "default"
enable true
2022-08-29 11:35:39 +08:00
}
2022-09-23 18:41:51 +08:00
Line {
appId "1657475529"
appSecret "903d014c269d65b827cd32997836e60b"
enable true
}
2022-08-29 11:35:39 +08:00
}
}
permissions {
exclude "android.permission.READ_PHONE_STATE", "android.permission.ACCESS_FINE_LOCATION", "android.permission.ACCESS_COARSE_LOCATION", "android.permission.QUERY_ALL_PACKAGES"
}
}