Last active
April 2, 2020 10:46
-
-
Save gonzaloruizdevilla/445ee3a24226071323fcd8a00ca60ce8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") | |
http_archive( | |
name = "GoogleMaps", | |
url = "https://dl.google.com/dl/cpdc/6102410a0f276cba/GoogleMaps-3.8.0.tar.gz", | |
sha256 = "137d20d5d7b9ec8d132dad02fdcc4ffa929493bb1de5e31cb5bb5e9b69e8bf9e", | |
build_file = "@//:GoogleMaps/BUILD" | |
) | |
http_archive( | |
name = "GooglePlaces", | |
url = "https://dl.google.com/dl/cpdc/7234818bee7258ce/GooglePlaces-3.8.0.tar.gz", | |
sha256 = "6fdc49d2cb8b185ab61366b26faffa8f9dffe070f506536d4f075c13bc96d704", | |
build_file = "@//:GooglePlaces/BUILD" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment