From 4191f5414f8dbfc696a9b33fed738b63e00be287 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20T=C5=AFma?= Date: Sat, 14 Jan 2023 14:20:04 +0100 Subject: [PATCH] Trying to fix the Android CI build... no. 2 --- gpxsee.pro | 1 - pkg/android/gradle.properties | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gpxsee.pro b/gpxsee.pro index fe42c406..c3cb9e71 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -572,7 +572,6 @@ android { message("OpenSSL not found, building without HTTPS support!") } - ANDROID_COMPILE_SDK_VERSION = 31 ANDROID_TARGET_SDK_VERSION = 31 ANDROID_VERSION_NAME = $$VERSION ANDROID_VERSION_CODE = $$versionCode($$ANDROID_VERSION_NAME) diff --git a/pkg/android/gradle.properties b/pkg/android/gradle.properties index 263d7023..76132575 100644 --- a/pkg/android/gradle.properties +++ b/pkg/android/gradle.properties @@ -12,3 +12,6 @@ org.gradle.parallel=true # build with the same inputs. However, over time, the cache size will # grow. Uncomment the following line to enable it. #org.gradle.caching=true + +# Android compile SDK version +android.compileSdkVersion=31 -- 2.11.4.GIT