version:5.0

fix:
update:增加app快捷方式
This commit is contained in:
2024-04-12 10:33:20 +08:00
parent 5e9b850d6b
commit 6fcb68d76e
20 changed files with 1164 additions and 105 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.uiuios.aios"
minSdkVersion 24
targetSdkVersion 29
versionCode 40
versionName "4.9"
versionCode 41
versionName "5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -201,6 +201,7 @@ dependencies {
// Java language implementation
implementation "androidx.fragment:fragment:1.4.1"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'