集成极光推送

This commit is contained in:
jinyuer
2021-04-16 16:36:35 +08:00
parent 7840d87bc3
commit ca62cd201d
8 changed files with 74 additions and 0 deletions

View File

@@ -46,6 +46,11 @@ android {
abiFilters 'armeabi-v7a'
}
manifestPlaceholders = [
JPUSH_PKGNAME : applicationId,
JPUSH_APPKEY : "b1e5d676de9824fe0afc023b", //JPush 上注册的包名对应的 Appkey.
JPUSH_CHANNEL : "developer-default", //暂时填写默认值即可.
]
}
buildTypes {
release {
@@ -149,6 +154,8 @@ android {
implementation 'com.lzy.net:okgo:3.0.4'
implementation 'cn.jiguang.sdk:jpush:3.6.6'
implementation 'cn.jiguang.sdk:jcore:2.3.8'
}
}