0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-19 20:02:17 +02:00

Clean up gradle repositories

This commit is contained in:
Christine Emrich 2021-06-20 09:59:45 +02:00
parent f9e07fd17e
commit 09305a18aa

View File

@ -6,11 +6,10 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
// about libraries gradle plugin
url "https://plugins.gradle.org/m2/"
}
jcenter()
}
dependencies {
@ -30,6 +29,9 @@ buildscript {
allprojects {
repositories {
google()
mavenCentral()
// TODO: remove once androidx.tonyodev.fetch2 has migrated
jcenter()
}
}