From 05b051e1a8869c62062ea33098ae19b40cfdef19 Mon Sep 17 00:00:00 2001 From: Next Alone <12210746+NextAlone@users.noreply.github.com> Date: Sat, 22 Apr 2023 02:31:36 +0800 Subject: [PATCH] chore: upgrade build tools Signed-off-by: Next Alone <12210746+NextAlone@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3e667db39f..a64db7dc76 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ val verName = if (Version.isStable) { val androidTargetSdkVersion by extra(33) val androidMinSdkVersion by extra(24) val androidCompileSdkVersion by extra(33) -val androidBuildToolsVersion by extra("34.0.0 rc2") +val androidBuildToolsVersion by extra("34.0.0 rc3") val androidCompileNdkVersion = "21.4.7075529" fun Project.configureBaseExtension() {