README.md

# GoogleApi.PlayIntegrity

Google Play Integrity API client library.

The Play Integrity API helps you check that you're interacting with your genuine app on a genuine Android device powered by Google Play services. The Play Integrity API has replaced SafetyNet Attestation and Android Device Verification.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_play_integrity` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_play_integrity, "~> 0.7"}]
end
```

## For more information

Product documentation is available at [https://developer.android.com/google/play/integrity](https://developer.android.com/google/play/integrity).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_play_integrity](https://hexdocs.pm/google_api_play_integrity).