Skip to content
Snippets Groups Projects
Commit dd1fa85f authored by Ryan Pavlik's avatar Ryan Pavlik
Browse files

gradle: Remove jcenter usage, it was shut down.

parent bdc53b97
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ buildscript {
}
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
......@@ -59,6 +58,6 @@ ext {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment