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