version:3.2.0

fix:优化管控逻辑
update:
This commit is contained in:
2024-01-04 11:44:53 +08:00
parent 576419bbf2
commit ac0ec1feee
12 changed files with 541 additions and 136 deletions

View File

@@ -1,4 +1,5 @@
apply plugin: 'com.android.application'
apply plugin: "com.tencent.android.tpns"
static def appName() {
return "FLYSN"
@@ -73,8 +74,8 @@ android {
official {
flavorDimensions "default"
versionCode 50
versionName "3.1.0"
versionCode 60
versionName "3.2.0"
}
}
@@ -152,7 +153,7 @@ android {
v2SigningEnabled true
}
G10P{
G10P {
storeFile file("keystore/G10PMTK11.jks")
storePassword "123456"
keyAlias "G10PMTK11"
@@ -161,7 +162,7 @@ android {
v2SigningEnabled true
}
Teclast8515{
Teclast8515 {
storeFile file("keystore/Teclast8515.keystore")
storePassword "123456"
keyAlias "Teclast8515"
@@ -484,7 +485,7 @@ dependencies {
//bugly
implementation 'com.tencent.bugly:crashreport:4.1.9.2'
//腾讯移动推送 TPNS
implementation 'com.tencent.tpns:tpns:1.3.2.0-release'
implementation 'com.tencent.tpns:tpns:1.4.3.4-release'
//百度地图
implementation 'com.baidu.lbsyun:BaiduMapSDK_Location:9.1.8'
//工具类