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

Commit 70266689 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Using a common gradle dependency path

Change-Id: If01b0d7ebd6719935ac467a5f085b0517b133bbc
parent 06954c18
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
buildscript {
    repositories {
        mavenCentral()
        google()
    }
    dependencies {
        classpath GRADLE_CLASS_PATH
    }
}

apply plugin: 'com.android.library'

android {
@@ -44,12 +34,6 @@ android {
    }
}


repositories {
    mavenCentral()
    google()
}

dependencies {
    implementation "androidx.core:core:${ANDROID_X_VERSION}"
}