Signal-Android/gradle.properties
Greyson Parrelli 6e5b4bbc15 Enable gradle configuration cache.
Android Studio told me to do this and that it would save me over 7
seconds. We'll see if it breaks anything :p
2023-01-25 17:02:41 -05:00

6 lines
No EOL
209 B
INI

org.gradle.jvmargs=-Xmx4096m
android.useAndroidX=true
android.enableJetifier=true
kapt.incremental.apt=false
android.experimental.androidTest.numManagedDeviceShards=4
org.gradle.unsafe.configuration-cache=true