Removed jcenter() from buildscript - repositories

This commit is contained in:
CappielloAntonio 2022-01-11 09:45:21 +01:00
parent 8a0abd8227
commit 8bc35be43b

View file

@ -3,7 +3,6 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'