From 4543311c95195bfddbcd4196f309a3c1ba29d263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 8 Oct 2022 19:14:19 +0200 Subject: [PATCH] Set Android target SDK version to 31 --- gpxsee.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/gpxsee.pro b/gpxsee.pro index 4b337727..5131834a 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -558,6 +558,7 @@ android { message("OpenSSL not found, building without HTTPS support!") } + ANDROID_TARGET_SDK_VERSION = 31 ANDROID_VERSION_NAME = $$VERSION ANDROID_VERSION_CODE = $$versionCode($$ANDROID_VERSION_NAME) ANDROID_PACKAGE_SOURCE_DIR = $$PWD/pkg/android