mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-22 20:33:05 +00:00
add tmp-fix for google-maven-repo issues
This commit is contained in:
parent
48197765e1
commit
8e03bd32a9
1 changed files with 6 additions and 2 deletions
|
@ -3,9 +3,11 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.2.71'
|
ext.kotlin_version = '1.2.71'
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
mavenLocal()
|
||||||
mavenCentral()
|
|
||||||
google()
|
google()
|
||||||
|
jcenter()
|
||||||
|
maven { url 'https://google.bintray.com/exoplayer/' }
|
||||||
|
maven { url 'https://repo.spring.io/libs-release'}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.2.1'
|
classpath 'com.android.tools.build:gradle:3.2.1'
|
||||||
|
@ -23,6 +25,8 @@ allprojects {
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
|
maven { url 'https://google.bintray.com/exoplayer/' }
|
||||||
|
maven { url 'https://repo.spring.io/libs-release'}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue