Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google_api_play_integrity package is not available on hex.pm #10765

Open
rschef opened this issue Jan 3, 2024 · 1 comment
Open

google_api_play_integrity package is not available on hex.pm #10765

rschef opened this issue Jan 3, 2024 · 1 comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@rschef
Copy link

rschef commented Jan 3, 2024

Steps to reproduce

  1. Add google_api_play_integrity to your list of dependencies in mix.exs as described in https://github.com/googleapis/elixir-google-api/tree/main/clients/play_integrity
def deps do
  [{:google_api_play_integrity, "~> 0.6"}]
end
  1. Run 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

@rschef rschef added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jan 3, 2024
@rschef
Copy link
Author

rschef commented Jan 3, 2024

I temporarily installed the package with the git option:

{:google_api_play_integrity,
   git: "https://github.com/googleapis/elixir-google-api", 
   sparse: "/clients/play_integrity", 
   ref: "95dd145"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant