华为厂商推送SDK版本号更改
This commit is contained in:
parent
f6b50d5514
commit
5dff718830
@ -52,10 +52,14 @@ android {
|
||||
// 这里“debug”不是一个自定义变量,而是一个特定的关键词,凡是使用--debug模式,都会引用到这里
|
||||
// 目前看来,debug模式没办法在buildTypes里面按flavors指定编译签名,所有口味的debug模式只能用同一个签名
|
||||
debug {
|
||||
storeFile file("starlock.keystore")
|
||||
storePassword '123456'
|
||||
keyAlias = 'starlock'
|
||||
keyPassword '123456'
|
||||
// storeFile file("starlock.keystore")
|
||||
// storePassword '123456'
|
||||
// keyAlias = 'starlock'
|
||||
// keyPassword '123456'
|
||||
storeFile file("xhj.jks")
|
||||
storePassword 'xhj8872'
|
||||
keyAlias = 'upload'
|
||||
keyPassword 'xhj8872'
|
||||
}
|
||||
sky {
|
||||
// CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown
|
||||
@ -218,10 +222,11 @@ dependencies {
|
||||
implementation('com.amap.api:location:5.6.0')
|
||||
implementation('com.amap.api:3dmap:8.1.0')
|
||||
|
||||
implementation 'cn.jiguang.sdk:jpush:5.2.3'
|
||||
implementation 'cn.jiguang.sdk:jpush:5.2.4'
|
||||
// 接入华为厂商
|
||||
implementation 'com.huawei.hms:push:6.11.0.300'
|
||||
implementation 'cn.jiguang.sdk.plugin:huawei:5.2.3'
|
||||
implementation 'com.huawei.agconnect:agconnect-core:1.8.1.300'
|
||||
implementation 'com.huawei.hms:push:6.12.0.300'
|
||||
implementation 'cn.jiguang.sdk.plugin:huawei:5.2.4'
|
||||
|
||||
implementation 'cn.jiguang.sdk.plugin:xiaomi:5.2.3'
|
||||
implementation 'cn.jiguang.sdk.plugin:xiaomi:5.2.4'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user