Fix "Failed to resolve" errors in Android Studio 3.3
This commit is contained in:
parent
ce513f20e9
commit
50e5a137b4
|
@ -76,6 +76,15 @@ rootProject.gradle.buildFinished { buildResult ->
|
|||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven {
|
||||
url "$rootDir/../node_modules/react-native/android"
|
||||
name 'React Native (local)'
|
||||
}
|
||||
}
|
||||
|
||||
def supportVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIB_VERSION
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in New Issue