Files
libsignal/java/gradle.properties
2026-03-17 18:51:17 -04:00

14 lines
586 B
Properties

android.enableAdditionalTestOutput=true
android.useAndroidX=true
# Downgrade dependency verification by default (we turn it back to strict in CI and pre-commit checking).
org.gradle.dependency.verification=lenient
# Don't rely on the HTML output; that's not useful in CI.
org.gradle.dependency.verification.console=verbose
org.gradle.jvmargs=-Xmx4g -Xms256m -XX:MaxMetaspaceSize=1g
# Uncommenting these can be helpful in development
# # Enable extra debug functionality
# libsignalDebug=true
# # Speed up compilation by restricting which architectures get built
# androidArchs=aarch64