|
|
|
@ -7,10 +7,8 @@ pluginManagement {
|
|
|
|
includeGroupByRegex("androidx.*")
|
|
|
|
includeGroupByRegex("androidx.*")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//google()
|
|
|
|
|
|
|
|
mavenCentral()
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
|
|
|
gradlePluginPortal()
|
|
|
|
jcenter()
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
@ -18,10 +16,7 @@ dependencyResolutionManagement {
|
|
|
|
repositories {
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
mavenCentral()
|
|
|
|
jcenter()
|
|
|
|
|
|
|
|
maven {url "https://jitpack.io"}
|
|
|
|
maven {url "https://jitpack.io"}
|
|
|
|
maven {url 'https://dl.bintray.com/jenly/maven' }
|
|
|
|
|
|
|
|
//maven {url 'https://maven.google.com'}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|