Skip to content

Commit

Permalink
Merge pull request hemanthrajv#108 from xVemu/patch-1
Browse files Browse the repository at this point in the history
Remove jcenter repo as it's unavailable
  • Loading branch information
hemanthrajv authored May 23, 2024
2 parents 085b4c8 + 448acdf commit 0dc2628
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()
}

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

Expand Down

0 comments on commit 0dc2628

Please sign in to comment.