Update version code and name and increase max build metaspace size to 1GB

This commit is contained in:
Ricki Hirner
2025-05-09 10:59:34 +02:00
parent 54bcda1bb4
commit 827a1b954f
2 changed files with 7 additions and 3 deletions

View File

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

View File

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