2024-11-13 22:09:18 -05:00
|
|
|
org.gradle.jvmargs=-Xmx12g -Xms256m -XX:MaxMetaspaceSize=1g
|
2019-06-05 15:47:14 -04:00
|
|
|
android.useAndroidX=true
|
2023-03-02 09:13:54 -06:00
|
|
|
android.experimental.androidTest.numManagedDeviceShards=4
|
2024-11-14 16:21:16 -05:00
|
|
|
# We never want to use auto-provisioning, as it breaks reproducible builds.
|
|
|
|
# This should not be a problem, because we never configure a "javaRepositories"
|
|
|
|
# item to tell Gradle where to auto-provision the toolchain from, but adding
|
|
|
|
# this flag adds an extra layer of protection.
|
|
|
|
# See: https://docs.gradle.org/current/userguide/toolchains.html#sub:disable_auto_provision
|
|
|
|
org.gradle.java.installations.auto-download=false
|
2024-08-27 12:17:57 -04:00
|
|
|
|
|
|
|
# Uncomment these to build libsignal from source.
|
|
|
|
# libsignalClientPath=../libsignal
|
|
|
|
# org.gradle.dependency.verification=lenient
|