Skip to content

Commit

Permalink
Update maven_repositories url (facebook#21056)
Browse files Browse the repository at this point in the history
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: facebook#21056

Differential Revision: D9789079

Pulled By: hramos

fbshipit-source-id: 9907d46fe7356f5b710fa4a8b9a4b0903d732967
  • Loading branch information
ZYSzys authored and facebook-github-bot committed Sep 13, 2018
1 parent e5604d2 commit 74c8858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buckconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 74c8858

Please sign in to comment.