README.md

# GoogleApi.PlayCustomApp

Google Play Custom App Publishing API client library.

An API to publish custom Android apps.

## Installation

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

```elixir
def deps do
  [{:google_api_play_custom_app, "~> 0.4"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/android/work/play/custom-app-api](https://developers.google.com/android/work/play/custom-app-api).

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