version:1.0.0

update:更换包名
bugfixes:
This commit is contained in:
2024-07-11 10:30:46 +08:00
parent ed06e2903c
commit a8c6e48435
412 changed files with 1654 additions and 1722 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
def appName() {
return "AIOS系统"
return "XiaoxintongOS"
}
def releaseTime() {
@@ -12,11 +12,11 @@ android {
compileSdkVersion 29
defaultConfig {
applicationId "com.uiuios.aios"
applicationId "com.xxpatx.os"
minSdkVersion 24
targetSdkVersion 29
versionCode 56
versionName "6.5"
versionCode 1
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"