1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-27 21:24:47 +01:00

Trying to fix the Android CI build...

This commit is contained in:
Martin Tůma 2023-01-14 14:00:43 +01:00
parent 21c02010f7
commit bf81994aa0

View File

@ -572,6 +572,7 @@ 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)