version:1.5.0719

bugfixes:
add:优化websocket,增加锁定显示,优化解锁加锁恢复出厂设置
This commit is contained in:
2025-07-23 14:32:46 +08:00
parent 81e4f050ca
commit a03e8b8613
12 changed files with 189 additions and 115 deletions

View File

@@ -29,8 +29,8 @@ android {
defaultConfig {
applicationId "com.aoleyun.sn"
versionCode 186
versionName "1.5.0714"
versionCode 187
versionName "1.5.0719"
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 24
@@ -47,7 +47,7 @@ android {
buildConfigField "String", "ROOT_URL", '"https://led.aoleyun.cn/api/"'
buildConfigField "String", "SCREEN_BASE_URL", '"https://led.aoleyun.cn:2018/"'
buildConfigField "String", "SCREEN_URL", '"https://led.aoleyun.cn:2018/wm/is_online"'
buildConfigField "String", "WebsocketURL", '"wss://led.aoleyun.cn:2018"'
buildConfigField "String", "WEBSOCKET_URL", '"wss://led.aoleyun.cn/wss/"'
}