Skip to content

Commit

Permalink
Replace JCenter with mavenCentral (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baloo1 committed Jun 25, 2023
1 parent 4979f60 commit 726ab0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
Expand All @@ -24,7 +24,7 @@ allprojects {
repositories {
mavenLocal()
google()
jcenter()
mavenCentral()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
Expand Down
5 changes: 2 additions & 3 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:4.1.0")
Expand All @@ -32,7 +32,6 @@ allprojects {
}

google()
jcenter()
maven { url 'https://www.jitpack.io' }
mavenCentral()
}
}

0 comments on commit 726ab0e

Please sign in to comment.