0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 04:12:14 +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 { repositories {
google() google()
mavenCentral()
maven { maven {
// about libraries gradle plugin
url "https://plugins.gradle.org/m2/" url "https://plugins.gradle.org/m2/"
} }
jcenter()
} }
dependencies { dependencies {
@ -30,6 +29,9 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
google() google()
mavenCentral()
// TODO: remove once androidx.tonyodev.fetch2 has migrated
jcenter() jcenter()
} }
} }