update build tool (#2243)

This commit is contained in:
LoveSy 2022-11-24 01:58:33 +08:00 committed by GitHub
parent 4535057e07
commit 713a66744b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ val verCode by extra(commitCount + 4200)
val verName by extra("1.8.5") val verName by extra("1.8.5")
val androidTargetSdkVersion by extra(33) val androidTargetSdkVersion by extra(33)
val androidMinSdkVersion by extra(27) val androidMinSdkVersion by extra(27)
val androidBuildToolsVersion by extra("32.0.0") val androidBuildToolsVersion by extra("33.0.1")
val androidCompileSdkVersion by extra(33) val androidCompileSdkVersion by extra(33)
val androidCompileNdkVersion by extra("25.1.8937393") val androidCompileNdkVersion by extra("25.1.8937393")
val androidSourceCompatibility by extra(JavaVersion.VERSION_11) val androidSourceCompatibility by extra(JavaVersion.VERSION_11)