version:1.5.1216

bugfixes:
add:优化默认管控,修复高木id管控
This commit is contained in:
2026-01-29 10:12:20 +08:00
parent eea2af875b
commit 6797c7a6bd
7 changed files with 41 additions and 21 deletions

View File

@@ -29,8 +29,8 @@ android {
defaultConfig {
applicationId "com.aoleyun.sn"
versionCode 197
versionName "1.5.1018"
versionCode 200
versionName "1.5.1216"
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 24
@@ -67,6 +67,12 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
externalNativeBuild {
cmake {
path file('CMakeLists.txt')
}
}
sourceSets {
//测试版的图标
// beta.res.srcDirs = ['src/beta/res']
@@ -648,11 +654,6 @@ android {
}
}
externalNativeBuild {
cmake {
path file('CMakeLists.txt')
}
}
}
dependencies {