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
sds100 committed Aug 13, 2024
1 parent ef0b3b0 commit 5d2f9f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
Expand All @@ -27,7 +27,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'https://maven.google.com/' }
Expand Down

0 comments on commit 5d2f9f9

Please sign in to comment.