Skip to content
Snippets Groups Projects
Commit d5988cc9 authored by Sebastian's avatar Sebastian
Browse files

Rely on mavenCentral instead of jcenter

parent 7417ace7
No related branches found
No related tags found
1 merge request!1Basic project setup
......@@ -2,7 +2,7 @@ buildscript {
ext.kotlin_version = "1.5.21"
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.3"
......@@ -13,7 +13,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment