Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
replace jcenter
  • Loading branch information
forrestguice committed Oct 13, 2024
1 parent de205ce commit 2fcb895
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 @@ -4,7 +4,7 @@ buildscript {

repositories {
maven { url "https://maven.google.com/" }
jcenter()
mavenCentral()

}
dependencies {
Expand All @@ -19,7 +19,7 @@ buildscript {
allprojects {
repositories {
maven { url "https://maven.google.com/" }
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
Expand Down

0 comments on commit 2fcb895

Please sign in to comment.