Skip to content

Commit

Permalink
fix: add jcenter() to build.gradle back (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperkapusciak authored Sep 3, 2021
1 parent 3fedd93 commit a113f98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
Expand Down Expand Up @@ -40,6 +41,7 @@ repositories {
mavenCentral()
mavenLocal()
google()
jcenter()
}

dependencies {
Expand Down

0 comments on commit a113f98

Please sign in to comment.