Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3afcee0 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Decrease build time

- by enabling parallel execution
- removing references to deprecated repo

Test: make
Bug: 200725337
Change-Id: I571af7a461f9a3526cc8f24142a605d51eca1386
parent 088ec093
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ buildscript {
    repositories {
        mavenCentral()
        google()
        jcenter()
    }
    dependencies {
        classpath GRADLE_CLASS_PATH
+1 −0
Original line number Diff line number Diff line
# Until all the dependencies move to android X
android.useAndroidX = true
android.enableJetifier = true
org.gradle.parallel=true

ANDROID_X_VERSION=1+