From e9df8b34b41141d1e47c427efdb2853fc994bb71 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Tue, 20 Jun 2023 11:10:15 +0200 Subject: [PATCH] [android] Updated build tools to 34.0.0 Signed-off-by: Alexander Borsuk --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index 59517a6800..f024d4258f 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,7 +1,7 @@ propMinSdkVersion=21 propTargetSdkVersion=33 propCompileSdkVersion=33 -propBuildToolsVersion=33.0.2 +propBuildToolsVersion=34.0.0 org.gradle.caching=true org.gradle.jvmargs=-Xmx1024m -Xms256m