feat: 基本功能逻辑没有问题

在自动返回到桌面时,后端说有接口没有传上去,待修复。
准备升级Android Studio版本
This commit is contained in:
2026-06-02 15:52:29 +08:00
parent ae66c33035
commit 4217eb7f8b
25 changed files with 1538 additions and 155 deletions

View File

@@ -27,7 +27,6 @@ android {
buildToolsVersion "29.0.3"
defaultConfig {
applicationId "com.fuying.sn"
minSdkVersion 24
targetSdkVersion 29
@@ -59,26 +58,31 @@ android {
enabled true
}
manifestPlaceholders = [
XG_ACCESS_ID : "1500031216",
XG_ACCESS_KEY: "A1HBG2922B9Z",
]
buildConfigField "String", "SCREEN_URL", '"https://as.fuyingy.com:3018/wm/is_online"'
buildConfigField "String", "WEBSOCKET_URL", '"wss://47.111.23.154:3018"'
}
//多版本
productFlavors {
// beta {
// flavorDimensions "default"
// versionCode 33
// versionName "4.2"
// }
beta {
flavorDimensions "default"
versionCode 89
versionName "4.3"
// applicationId "com.fuying.sn"
applicationId "com.fying.sntest"
buildConfigField "String", "ROOT_URL", '"https://fxyapi.17hxg.com/android/"'
buildConfigField "String", "SCREEN_URL", '"https://fxyapi.17hxg.com:3018/wm/is_online"'
// buildConfigField "String", "WEBSOCKET_URL", '"wss://47.111.23.154:3018"'
}
official {
flavorDimensions "default"
versionCode 88
versionName "3.4.8"
applicationId "com.fuying.sn"
buildConfigField "String", "ROOT_URL", '"https://as.fuyingy.com/android/"'
buildConfigField "String", "SCREEN_URL", '"https://as.fuyingy.com:3018/wm/is_online"'
// buildConfigField "String", "WEBSOCKET_URL", '"wss://47.111.23.154:3018"'
}
}
@@ -555,7 +559,7 @@ dependencies {
// //腾讯移动推送 TPNS
// implementation 'com.tencent.tpns:tpns:1.4.4.2-release'
//阿里云推送
implementation 'com.aliyun.ams:alicloud-android-push:3.8.0'
implementation 'com.aliyun.ams:alicloud-android-push:3.9.3'
// //百度地图
// implementation 'com.baidu.lbsyun:BaiduMapSDK_Location:9.1.8'
//高德地图定位