Skip to content

Commit e3afcee

Browse files
author
Lucas Dupin
committed
Decrease build time
- by enabling parallel execution - removing references to deprecated repo Test: make Bug: 200725337 Change-Id: I571af7a461f9a3526cc8f24142a605d51eca1386
1 parent 088ec09 commit e3afcee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ buildscript {
22
repositories {
33
mavenCentral()
44
google()
5-
jcenter()
65
}
76
dependencies {
87
classpath GRADLE_CLASS_PATH

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Until all the dependencies move to android X
22
android.useAndroidX = true
33
android.enableJetifier = true
4+
org.gradle.parallel=true
45

56
ANDROID_X_VERSION=1+
67

0 commit comments

Comments
 (0)