mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-18 07:47:47 +01:00
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
This commit is contained in:
@@ -106,6 +106,11 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
includeInBundle false
|
||||
includeInApk false
|
||||
}
|
||||
|
||||
testOptions {
|
||||
execution 'ANDROIDX_TEST_ORCHESTRATOR'
|
||||
|
||||
|
||||
@@ -3,3 +3,4 @@ android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
kapt.incremental.apt=false
|
||||
android.experimental.androidTest.numManagedDeviceShards=4
|
||||
org.gradle.unsafe.configuration-cache=true
|
||||
Reference in New Issue
Block a user