From b402aed983bee62af3fcb6bb4c5238252173efd4 Mon Sep 17 00:00:00 2001 From: Mygod Date: Thu, 10 Jun 2021 13:34:45 +0800 Subject: [PATCH] Update build tools --- mobile/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index ae7065da..2074899f 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -11,7 +11,7 @@ plugins { android { val javaVersion = JavaVersion.VERSION_1_8 val targetSdk = 29 - buildToolsVersion = "31.0.0-rc4" + buildToolsVersion = "31.0.0-rc5" compileOptions { isCoreLibraryDesugaringEnabled = true sourceCompatibility = javaVersion