Skip to content

Commit

Permalink
Migrate jcenter usage to mavenCentral
Browse files Browse the repository at this point in the history
Signed-off-by: dmorozov <[email protected]>
  • Loading branch information
dmytro1morozov authored and dmitriy1morozov committed Jan 21, 2022
1 parent 1a7653e commit 4d3623e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

repositories {
jcenter()
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
Expand All @@ -28,7 +28,7 @@ allprojects {
group = GROUP

repositories {
jcenter()
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
Expand Down

0 comments on commit 4d3623e

Please sign in to comment.