所有项目统一版本管理

This commit is contained in:
xuhuixiang
2025-03-18 15:14:28 +08:00
parent 54c6ee78cb
commit a2d31a94fd
55 changed files with 217 additions and 113 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.web.nova668"
minSdkVersion 24
targetSdkVersion 31
versionCode 107
versionName "v1.0.7"
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}