Skip to content

Commit

Permalink
chore: swap jcenter for mavenCentral (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann authored May 17, 2022
1 parent e1ac2a3 commit fb7ee0e
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()

}

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

Expand Down

0 comments on commit fb7ee0e

Please sign in to comment.