From 6ea2e3ff8c4cfc961ae0b161d4a30c658ff45949 Mon Sep 17 00:00:00 2001 From: ZYSzys <17367077526@163.com> Date: Wed, 12 Sep 2018 17:44:23 -0700 Subject: [PATCH] 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 --- .buckconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buckconfig b/.buckconfig index 0d97d1b1f..963190d2b 100644 --- a/.buckconfig +++ b/.buckconfig @@ -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