remove maven repos that had been added to fix repos missing in google/jcenter

This commit is contained in:
Felix 2018-12-15 11:41:52 +01:00
parent 1113426cf2
commit 99fbb88d67

View file

@ -6,8 +6,6 @@ buildscript {
mavenLocal()
google()
jcenter()
maven { url 'https://google.bintray.com/exoplayer/' }
maven { url 'https://repo.spring.io/libs-release'}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
@ -25,8 +23,6 @@ allprojects {
jcenter()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url 'https://jitpack.io' }
maven { url 'https://google.bintray.com/exoplayer/' }
maven { url 'https://repo.spring.io/libs-release'}
}
}