remove maven.em.nytimes.com from repositories block (#62)
This commit is contained in:
parent
d085c013c9
commit
47aa5da3bf
1 changed files with 4 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
|||
allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven {
|
||||
url 'https://maven.em.nytimes.com/content/repositories/android-snapshots/'
|
||||
url 'https://plugins.gradle.org/m2/'
|
||||
}
|
||||
|
||||
maven {
|
||||
url 'https://maven.em.nytimes.com/content/repositories/android-thirdparty-releases/'
|
||||
}
|
||||
maven {
|
||||
url 'http://maven.localytics.com/public'
|
||||
url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
|
||||
}
|
||||
jcenter()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue