From 8691c9f8ddfc7acdab36e4fe5acd866b38f98443 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Thu, 13 Jan 2022 17:19:54 +0100 Subject: [PATCH] Updated build tools --- client/Android/Studio/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Android/Studio/build.gradle b/client/Android/Studio/build.gradle index 40eb404b4..583ead647 100644 --- a/client/Android/Studio/build.gradle +++ b/client/Android/Studio/build.gradle @@ -33,7 +33,7 @@ ext { compileApi = properties.get('COMPILE_API', 31) targetApi = properties.get('TARGET_API', 31) minApi = properties.get('MIN_API', 21) - toolsVersion = properties.get('TOOLS_VERSION', '31.0.0') + toolsVersion = properties.get('TOOLS_VERSION', '31.0.3') println '----------------- Project configuration -------------------' println 'VERSION_NAME: ' + versionName