Skip to content

Instantly share code, notes, and snippets.

@gonzaloruizdevilla
Last active April 2, 2020 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gonzaloruizdevilla/445ee3a24226071323fcd8a00ca60ce8 to your computer and use it in GitHub Desktop.
Save gonzaloruizdevilla/445ee3a24226071323fcd8a00ca60ce8 to your computer and use it in GitHub Desktop.
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