Skip to content

Commit

Permalink
Merge pull request #54 from SaeedZhiany/patch-1
Browse files Browse the repository at this point in the history
replaced jcenter by mavenCentral to fix build
  • Loading branch information
wumke authored Apr 4, 2022
2 parents 5a022a7 + c5d6523 commit 2b8eee0
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
Expand Up @@ -5,7 +5,7 @@ buildscript {
if (project == rootProject) {
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand Down

0 comments on commit 2b8eee0

Please sign in to comment.