Skip to content

Commit

Permalink
chore(android): replaced jCenter with mavenCentral (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: Matteo Danelli <[email protected]>
  • Loading branch information
matteodanelli and mobileteo authored Jan 8, 2022
1 parent 31d6980 commit 103b433
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand Down Expand Up @@ -30,7 +30,6 @@ android {

repositories {
google()
jcenter()
mavenCentral()
}

Expand Down

0 comments on commit 103b433

Please sign in to comment.