Skip to content

Commit

Permalink
Migrate deprecated jcenter to mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
meenbeese committed Sep 10, 2024
1 parent bcc6f4e commit 10c27ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}

Expand All @@ -17,7 +17,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}

0 comments on commit 10c27ec

Please sign in to comment.