Skip to content

Commit

Permalink
replace jcenter with mavenCenteral
Browse files Browse the repository at this point in the history
  • Loading branch information
maher-linkdev committed Aug 21, 2024
1 parent c901a28 commit 9c8f9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCenteral()
}

dependencies {
Expand All @@ -12,7 +12,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCenteral()
}
}

Expand Down

0 comments on commit 9c8f9ed

Please sign in to comment.