所有项目统一版本管理
This commit is contained in:
@@ -6,13 +6,12 @@ plugins {
|
||||
android {
|
||||
compileSdkVersion 31
|
||||
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.web.kelab9"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 31
|
||||
versionCode 106
|
||||
versionName "v1.0.6"
|
||||
versionCode rootProject.ext.versionCode
|
||||
versionName rootProject.ext.versionName
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
@@ -73,8 +72,6 @@ android {
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
||||
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user