集成极光推送
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user