Decrease build time

- by enabling parallel execution
- removing references to deprecated repo

Test: make
Bug: 200725337
Change-Id: I571af7a461f9a3526cc8f24142a605d51eca1386
This commit is contained in:
Lucas Dupin 2021-09-21 15:25:22 -07:00
parent 088ec093e5
commit e3afcee01d
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@ buildscript {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath GRADLE_CLASS_PATH

View File

@ -1,6 +1,7 @@
# Until all the dependencies move to android X
android.useAndroidX = true
android.enableJetifier = true
org.gradle.parallel=true
ANDROID_X_VERSION=1+