version:1.0.0.
bugfixes: update:修改包名,更换aidl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user