mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 23:17:50 -05:00
Update version code and name and increase max build metaspace size to 1GB
This commit is contained in:
@@ -19,8 +19,8 @@ android {
|
||||
defaultConfig {
|
||||
applicationId = "at.bitfire.davdroid"
|
||||
|
||||
versionCode = 404100003
|
||||
versionName = "4.4.10-rc.1"
|
||||
versionCode = 404100004
|
||||
versionName = "4.4.10"
|
||||
|
||||
setProperty("archivesBaseName", "davx5-ose-$versionName")
|
||||
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
#
|
||||
# Copyright <20> All Contributors. See LICENSE and AUTHORS in the root directory for details.
|
||||
#
|
||||
|
||||
# https://developer.android.com/build/optimize-your-build
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=512m
|
||||
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
|
||||
org.gradle.parallel=true
|
||||
|
||||
# Android
|
||||
|
||||
Reference in New Issue
Block a user