-
Notifications
You must be signed in to change notification settings - Fork 463
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Steps to reproduce
- Add
google_api_play_integrityto your list of dependencies inmix.exsas described in https://github.com/googleapis/elixir-google-api/tree/main/clients/play_integrity
def deps do
[{:google_api_play_integrity, "~> 0.6"}]
end- Run
mix deps.get:
** (Mix) No package with name google_api_play_integrity in registryIndeed there's no such package on hex.pm: https://hex.pm/packages/google_api_play_integrity
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.