1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Set Android target SDK version to 31

This commit is contained in:
Martin Tůma 2022-10-08 19:14:19 +02:00
parent 7bc5021989
commit 4543311c95

View File

@ -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