version:1.0.0.

bugfixes:
update:修改包名,更换aidl
This commit is contained in:
2025-11-18 15:38:34 +08:00
parent ac31192a08
commit c24b913bc2
245 changed files with 895 additions and 1056 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
def appName() {
return "CubeZYLauncher"
return "AiXueXiSpace"
}
def releaseTime() {
@@ -12,12 +12,12 @@ android {
compileSdkVersion 29
defaultConfig {
applicationId "com.uiui.zyos"
applicationId "com.xuexispace.ai"
minSdkVersion 24
targetSdkVersion 29
versionCode 105
versionName "2.1.4"
versionCode 1
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true