This commit is contained in:
kunfei
2022-05-10 09:55:51 +08:00
parent 8d437ebd60
commit 414e4bceeb
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -15,8 +15,8 @@ def version = "3." + releaseTime()
def gitCommits = Integer.parseInt('git rev-list HEAD --count'.execute().text.trim())
android {
compileSdkVersion 31
buildToolsVersion '31.0.0'
compileSdkVersion 32
buildToolsVersion '32.0.0'
kotlinOptions {
jvmTarget = "11"
}
@@ -38,7 +38,7 @@ android {
defaultConfig {
applicationId "io.legado.app"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 32
versionCode 10000 + gitCommits
versionName version
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"