Skip to content

Commit

Permalink
chore: Replace jcenter with Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Aug 12, 2021
1 parent 824db6f commit 8bd5b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.kotlin_version = '1.4.20'
repositories {
google()
jcenter()
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
Expand Down

0 comments on commit 8bd5b7a

Please sign in to comment.