Moved back to jcenter repository

This commit is contained in:
CappielloAntonio 2021-08-01 16:43:26 +02:00
parent 91b9b33b5e
commit 02e68f7ba7

View file

@ -2,7 +2,7 @@
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0'
@ -16,7 +16,7 @@ buildscript {
allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven {
url 'https://jitpack.io'
}