mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 00:55:13 +01:00
Trying to fix the Android CI build...
no. 2
This commit is contained in:
parent
bf81994aa0
commit
4191f5414f
@ -572,7 +572,6 @@ android {
|
|||||||
message("OpenSSL not found, building without HTTPS support!")
|
message("OpenSSL not found, building without HTTPS support!")
|
||||||
}
|
}
|
||||||
|
|
||||||
ANDROID_COMPILE_SDK_VERSION = 31
|
|
||||||
ANDROID_TARGET_SDK_VERSION = 31
|
ANDROID_TARGET_SDK_VERSION = 31
|
||||||
ANDROID_VERSION_NAME = $$VERSION
|
ANDROID_VERSION_NAME = $$VERSION
|
||||||
ANDROID_VERSION_CODE = $$versionCode($$ANDROID_VERSION_NAME)
|
ANDROID_VERSION_CODE = $$versionCode($$ANDROID_VERSION_NAME)
|
||||||
|
@ -12,3 +12,6 @@ org.gradle.parallel=true
|
|||||||
# build with the same inputs. However, over time, the cache size will
|
# build with the same inputs. However, over time, the cache size will
|
||||||
# grow. Uncomment the following line to enable it.
|
# grow. Uncomment the following line to enable it.
|
||||||
#org.gradle.caching=true
|
#org.gradle.caching=true
|
||||||
|
|
||||||
|
# Android compile SDK version
|
||||||
|
android.compileSdkVersion=31
|
||||||
|
Loading…
x
Reference in New Issue
Block a user