mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-19 00:46:55 +08:00
Fix "Failed to resolve" errors in Android Studio 3.3
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user