Skip to content

Commit

Permalink
chore(android): replaced jCenter with mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Materozzi authored and plrthink committed Dec 27, 2021
1 parent ead196d commit 2494155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
jcenter()
google()
mavenCentral()
}

dependencies {
Expand Down

0 comments on commit 2494155

Please sign in to comment.