mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 01:10:34 +00:00
6ea2e3ff8c
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
14 lines
239 B
Plaintext
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
|