mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 07:59:28 +00:00
Adding mavenCentral() as jcenter() is shutting (#1570)
Adding mavenCentral() as jcenter() is shutting down
This commit is contained in:
committed by
GitHub
parent
2826fd92cb
commit
39c8332f4d
@@ -4,8 +4,8 @@ buildscript {
|
||||
// module dependency in an application project.
|
||||
if (project == rootProject) {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -34,9 +34,9 @@ android {
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
google()
|
||||
jcenter()
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
url "$rootDir/../node_modules/react-native/android"
|
||||
|
||||
Reference in New Issue
Block a user