Update build tools

This commit is contained in:
Mygod
2021-06-10 13:34:45 +08:00
parent b5415beff4
commit b402aed983

View File

@@ -11,7 +11,7 @@ plugins {
android { android {
val javaVersion = JavaVersion.VERSION_1_8 val javaVersion = JavaVersion.VERSION_1_8
val targetSdk = 29 val targetSdk = 29
buildToolsVersion = "31.0.0-rc4" buildToolsVersion = "31.0.0-rc5"
compileOptions { compileOptions {
isCoreLibraryDesugaringEnabled = true isCoreLibraryDesugaringEnabled = true
sourceCompatibility = javaVersion sourceCompatibility = javaVersion