From fc5fa03749c7b9d1276210edcc0e3cbd257affac Mon Sep 17 00:00:00 2001 From: ZYSzys <17367077526@163.com> Date: Tue, 11 Sep 2018 23:58:59 +0800 Subject: [PATCH] Update maven_repositories url 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/. --- .buckconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buckconfig b/.buckconfig index 0d97d1b1f69fe8..963190d2b61a10 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