Using a common gradle dependency path

Change-Id: If01b0d7ebd6719935ac467a5f085b0517b133bbc
This commit is contained in:
Sunny Goyal
2019-06-21 12:30:48 -07:00
parent 06954c18fa
commit 70266689b7
-16
View File
@@ -1,13 +1,3 @@
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}"
}