Use jcenter repository for apiclient and update version to 0.7.2

This commit is contained in:
Niels van Velzen
2020-08-17 18:41:40 +02:00
parent 16fcd41b33
commit bf823738a7
3 changed files with 5 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
@@ -14,9 +13,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
google()
maven("https://jitpack.io")
maven("https://dl.bintray.com/videolan/Android")
}
}