version:1.0.6

bugfixes:
update:切换到联想csdk,增加检查更新页面,增加密码登录
This commit is contained in:
2026-02-04 18:07:20 +08:00
parent 2332829fb1
commit fb3d2553b3
50 changed files with 1297 additions and 203 deletions

View File

@@ -18,8 +18,8 @@ android {
//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 3
versionName "1.0.2"
versionCode 7
versionName "1.0.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -128,6 +128,8 @@ android {
dependencies {
// implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation files('libs/CSDK_TBY11_AiYouDu_250312.jar')
compileOnly files('libs/framework.jar')
implementation project(path: ':FlycoTabLayoutZ_Lib')
@@ -140,6 +142,7 @@ dependencies {
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation "androidx.viewpager2:viewpager2:1.0.0"
implementation 'androidx.cardview:cardview:1.0.0'
implementation "androidx.multidex:multidex:2.0.1"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'