version:6.4.0
fix: update:更换推送
This commit is contained in:
@@ -81,25 +81,32 @@ android {
|
||||
//酷比魔方
|
||||
cube {
|
||||
flavorDimensions "default"
|
||||
versionCode 79
|
||||
versionName "6.3.9"
|
||||
versionCode 80
|
||||
versionName "6.4.0"
|
||||
buildConfigField "String", "platform", '"ZhanRuiCube"'
|
||||
}
|
||||
|
||||
//MTK
|
||||
MTKnewly {
|
||||
flavorDimensions "default"
|
||||
versionCode 54
|
||||
versionName "2.4.4"
|
||||
versionCode 55
|
||||
versionName "2.4.5"
|
||||
buildConfigField "String", "platform", '"MTK"'
|
||||
}
|
||||
|
||||
Huaruian {
|
||||
flavorDimensions "default"
|
||||
versionCode 7
|
||||
versionName "1.0.6"
|
||||
versionCode 8
|
||||
versionName "1.0.7"
|
||||
buildConfigField "String", "platform", '"MTK11"'
|
||||
}
|
||||
|
||||
Teclast {
|
||||
flavorDimensions "default"
|
||||
versionCode 8
|
||||
versionName "1.0.7"
|
||||
buildConfigField "String", "platform", '"P20S"'
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
@@ -108,7 +115,6 @@ android {
|
||||
// newly.res.srcDirs = ['src/beta/res']
|
||||
}
|
||||
|
||||
|
||||
//签名
|
||||
signingConfigs {
|
||||
zhanRui {
|
||||
@@ -164,6 +170,14 @@ android {
|
||||
v1SigningEnabled true
|
||||
v2SigningEnabled true
|
||||
}
|
||||
|
||||
P20S {
|
||||
storeFile file("keystore/MTKP20S.keystore")
|
||||
storePassword "123456"
|
||||
keyAlias "MTKP20S"
|
||||
keyPassword "123456"
|
||||
v2SigningEnabled false
|
||||
}
|
||||
}
|
||||
|
||||
// Disable release builds for now
|
||||
@@ -227,6 +241,18 @@ android {
|
||||
signingConfig signingConfigs.G10PUserDebug
|
||||
}
|
||||
|
||||
TeclastP20SDebug.initWith(debug)
|
||||
TeclastP20SDebug {
|
||||
debuggable true
|
||||
versionNameSuffix "-debug"
|
||||
signingConfig signingConfigs.P20S
|
||||
}
|
||||
|
||||
TeclastP20SRelease.initWith(release)
|
||||
TeclastP20SRelease {
|
||||
signingConfig signingConfigs.P20S
|
||||
}
|
||||
|
||||
zhanRuiDebug.initWith(debug)
|
||||
zhanRuiDebug {
|
||||
debuggable true
|
||||
@@ -304,6 +330,7 @@ dependencies {
|
||||
compileOnly files('libs/framework.jar')
|
||||
compileOnly files('libs/cube_mdm.jar')
|
||||
compileOnly files('libs/cube_sdk_v1.0.0.jar')
|
||||
implementation files('libs/vendor.mediatek.hardware.nvram-V1.0-java.jar')
|
||||
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
@@ -349,14 +376,16 @@ dependencies {
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
|
||||
//磁盘缓存
|
||||
implementation 'com.jakewharton:disklrucache:2.0.2'
|
||||
//fastjson
|
||||
implementation 'com.alibaba:fastjson:1.2.83'
|
||||
//阿里云推送
|
||||
implementation 'com.aliyun.ams:alicloud-android-push:3.8.0'
|
||||
// //fastjson
|
||||
// implementation 'com.alibaba:fastjson:1.2.83'
|
||||
//百度地图
|
||||
implementation 'com.baidu.lbsyun:BaiduMapSDK_Location:9.1.8'
|
||||
//MMKV
|
||||
implementation 'com.tencent:mmkv-static:1.2.13'
|
||||
//腾讯移动推送 TPNS
|
||||
implementation 'com.tencent.tpns:tpns:1.3.2.0-release'
|
||||
implementation 'com.tencent.tpns:tpns:1.4.0.1-release'
|
||||
//工具类
|
||||
implementation 'com.blankj:utilcodex:1.31.0'
|
||||
//Aria
|
||||
|
||||
Reference in New Issue
Block a user