mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Trying to fix the Android CI build...
no. 4
This commit is contained in:
parent
83217d31a7
commit
a7fef63461
@ -579,7 +579,6 @@ android {
|
||||
DISTFILES += \
|
||||
pkg/android/AndroidManifest.xml \
|
||||
pkg/android/build.gradle \
|
||||
pkg/android/gradle.properties \
|
||||
pkg/android/res/values/libs.xml
|
||||
|
||||
maps.files = $$files(pkg/maps/*)
|
||||
|
@ -35,7 +35,8 @@ android {
|
||||
*******************************************************/
|
||||
|
||||
compileSdkVersion androidCompileSdkVersion.toInteger()
|
||||
buildToolsVersion androidBuildToolsVersion
|
||||
//buildToolsVersion androidBuildToolsVersion
|
||||
buildToolsVersion '31.0.0'
|
||||
ndkVersion androidNdkVersion
|
||||
|
||||
sourceSets {
|
||||
|
@ -1,17 +0,0 @@
|
||||
# Project-wide Gradle settings.
|
||||
# For more details on how to configure your build environment visit
|
||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
org.gradle.jvmargs=-Xmx2500m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
|
||||
# Enable building projects in parallel
|
||||
org.gradle.parallel=true
|
||||
|
||||
# Gradle caching allows reusing the build artifacts from a previous
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user