kopia lustrzana https://github.com/ryukoposting/Signal-Android
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 :pmain
rodzic
e3b38e6d38
commit
6e5b4bbc15
|
@ -106,6 +106,11 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependenciesInfo {
|
||||||
|
includeInBundle false
|
||||||
|
includeInApk false
|
||||||
|
}
|
||||||
|
|
||||||
testOptions {
|
testOptions {
|
||||||
execution 'ANDROIDX_TEST_ORCHESTRATOR'
|
execution 'ANDROIDX_TEST_ORCHESTRATOR'
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,5 @@ org.gradle.jvmargs=-Xmx4096m
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
kapt.incremental.apt=false
|
kapt.incremental.apt=false
|
||||||
android.experimental.androidTest.numManagedDeviceShards=4
|
android.experimental.androidTest.numManagedDeviceShards=4
|
||||||
|
org.gradle.unsafe.configuration-cache=true
|
Ładowanie…
Reference in New Issue