Skip to content

Commit

Permalink
fix: replace jCenter with mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiin1947 committed Oct 31, 2022
1 parent 8763572 commit 22e8abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Expand Up @@ -2,7 +2,7 @@ buildscript {
if (project == rootProject) {
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand Down Expand Up @@ -48,7 +48,7 @@ repositories {
url("$rootDir/../node_modules/react-native/android")
}
google()
jcenter()
mavenCentral()
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion example/android/build.gradle
Expand Up @@ -38,7 +38,6 @@ allprojects {
}
}
google()
jcenter()
maven { url 'https://www.jitpack.io' }
}
}

0 comments on commit 22e8abc

Please sign in to comment.