Remove the deprecated jcenter repo.

This commit is contained in:
Paul Woitaschek
2021-06-17 21:48:52 +02:00
parent 804fdb615e
commit 5501ab2ac8
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -6,3 +6,4 @@
/caches
/gradle.xml
/modules.xml
/compiler.xml
-2
View File
@@ -4,7 +4,6 @@ buildscript {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:$agpVersion"
@@ -18,7 +17,6 @@ allprojects {
repositories {
mavenCentral()
google()
jcenter()
}
}