From a698aa96cdf010da070008077dd3a78beb60a42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 14 Jan 2023 15:20:40 +0100 Subject: [PATCH] Trying to fix the Android CI build... no. 5 --- pkg/android/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/android/build.gradle b/pkg/android/build.gradle index 62e78e4a..70c307b0 100644 --- a/pkg/android/build.gradle +++ b/pkg/android/build.gradle @@ -34,7 +34,8 @@ android { * Changing them manually might break the compilation! *******************************************************/ - compileSdkVersion androidCompileSdkVersion.toInteger() + //compileSdkVersion androidCompileSdkVersion.toInteger() + compileSdkVersion 31 //buildToolsVersion androidBuildToolsVersion buildToolsVersion '31.0.0' ndkVersion androidNdkVersion