version:1.0.0

fix:
update:更换为荣耀mdm
This commit is contained in:
2026-01-10 17:58:48 +08:00
parent 9cfe11cea5
commit d1f392b839
22 changed files with 3839 additions and 145 deletions

View File

@@ -13,11 +13,12 @@ android {
defaultConfig {
applicationId "com.xwad.os"
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 23
targetSdkVersion 29
versionCode 24
versionName "1.2.3"
versionCode 1
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -131,8 +132,9 @@ android {
dependencies {
// implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation files('libs/CSDK_TBY11_AiYouDu_250312.jar')
compileOnly files('libs/framework.jar')
// compileOnly files('libs/framework.jar')
compileOnly files('libs/magic-android-31.35.6.300.jar')
implementation project(path: ':niceimageview')
implementation project(path: ':FlycoTabLayoutZ_Lib')
implementation project(path: ':verification-view')