Skip to content

Commit

Permalink
Merge pull request #1 from BetterB0y/jcenter_to_mavenCentral
Browse files Browse the repository at this point in the history
Changed jcenter to mavenCentral
  • Loading branch information
BetterB0y authored Oct 31, 2022
2 parents 633f896 + 69f331c commit e1e3e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version '1.0-SNAPSHOT'
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -15,7 +15,7 @@ buildscript {
rootProject.allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down

0 comments on commit e1e3e3c

Please sign in to comment.