1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 19:52:09 +01:00

Trying to fix the Android CI build...

no. 2
This commit is contained in:
Martin Tůma 2023-01-14 14:20:04 +01:00
parent bf81994aa0
commit 4191f5414f
2 changed files with 3 additions and 1 deletions

View File

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

View File

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