From 1dc963b133576df2aaca35e46974ba1dd874fb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 23 Jun 2023 10:08:30 +0200 Subject: [PATCH] Revert "Removed SDK/buildtools workaround" This reverts commit f0036bfd28b0c5c78ec5145df062a1bc450aaf49. --- pkg/android/build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/android/build.gradle b/pkg/android/build.gradle index 0a8601c4..70c307b0 100644 --- a/pkg/android/build.gradle +++ b/pkg/android/build.gradle @@ -34,8 +34,10 @@ android { * Changing them manually might break the compilation! *******************************************************/ - compileSdkVersion androidCompileSdkVersion.toInteger() - buildToolsVersion androidBuildToolsVersion + //compileSdkVersion androidCompileSdkVersion.toInteger() + compileSdkVersion 31 + //buildToolsVersion androidBuildToolsVersion + buildToolsVersion '31.0.0' ndkVersion androidNdkVersion sourceSets {