Using a common gradle dependency path
am: 70266689b7
Change-Id: Idc95a25914c8ad107ede066b8a012f70f3c63145
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user