Open rschef opened 10 months ago
google_api_play_integrity
mix.exs
def deps do [{:google_api_play_integrity, "~> 0.6"}] end
mix deps.get
** (Mix) No package with name google_api_play_integrity in registry
Indeed there's no such package on hex.pm: https://hex.pm/packages/google_api_play_integrity
I temporarily installed the package with the git option:
git
{:google_api_play_integrity, git: "https://github.com/googleapis/elixir-google-api", sparse: "/clients/play_integrity", ref: "95dd145" }
Steps to reproduce
google_api_play_integrity
to your list of dependencies inmix.exs
as described in https://github.com/googleapis/elixir-google-api/tree/main/clients/play_integritymix deps.get
:Indeed there's no such package on hex.pm: https://hex.pm/packages/google_api_play_integrity