react-native/.buckconfig
ZYSzys 6ea2e3ff8c 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
2018-09-12 17:47:29 -07:00

14 lines
239 B
Plaintext

[android]
target = android-27
[download]
max_number_of_retries = 3
[maven_repositories]
central = https://repo1.maven.org/maven2
google = https://dl.google.com/dl/android/maven2/
[alias]
rntester = //RNTester/android/app:app