Revert "Enable gradle configuration cache."
This reverts commit 6e5b4bbc15
.
This commit is contained in:
parent
ef9cd2515e
commit
f0b3aa66f7
2 changed files with 1 additions and 7 deletions
|
@ -106,11 +106,6 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
includeInBundle false
|
||||
includeInApk false
|
||||
}
|
||||
|
||||
testOptions {
|
||||
execution 'ANDROIDX_TEST_ORCHESTRATOR'
|
||||
|
||||
|
|
|
@ -2,5 +2,4 @@ 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
|
||||
android.experimental.androidTest.numManagedDeviceShards=4
|
Loading…
Add table
Reference in a new issue