Using a common gradle dependency path

am: 70266689b7

Change-Id: Idc95a25914c8ad107ede066b8a012f70f3c63145
This commit is contained in:
Sunny Goyal
2019-06-21 13:14:59 -07:00
committed by android-build-merger
-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}"
}