Update maven_repositories url (#21056)
Summary: Update maven_repositories url to `https://dl.google.com/dl/android/maven2/` while the previous url `https://maven.google.com` has always been redirect to `https://dl.google.com/dl/android/maven2/`. Pull Request resolved: https://github.com/facebook/react-native/pull/21056 Differential Revision: D9789079 Pulled By: hramos fbshipit-source-id: 9907d46fe7356f5b710fa4a8b9a4b0903d732967
This commit is contained in:
parent
ab97b9f602
commit
6ea2e3ff8c
|
@ -7,7 +7,7 @@
|
|||
|
||||
[maven_repositories]
|
||||
central = https://repo1.maven.org/maven2
|
||||
google = https://maven.google.com
|
||||
google = https://dl.google.com/dl/android/maven2/
|
||||
|
||||
[alias]
|
||||
rntester = //RNTester/android/app:app
|
||||
|
|
Loading…
Reference in New Issue