fix:
update:修改包名
This commit is contained in:
2025-11-28 20:50:52 +08:00
parent a34a680689
commit 7e16ba8813
298 changed files with 1063 additions and 1078 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
def appName() {
return "AiXueXiSpace"
return "XwadOS"
}
def releaseTime() {
@@ -12,7 +12,7 @@ android {
compileSdkVersion 29
defaultConfig {
applicationId "com.handuan.os"
applicationId "com.xwad.os"
minSdkVersion 24
targetSdkVersion 29