android-cli 0.2.0

Create, build, and release Android apps faster without Android Studio.
Documentation
# Installation

## Using cargo

### From crates.io (no releases yet)

```sh
$ cargo install android-cli
```

### From git directly

```sh
$ cargo install --git https://github.com/SyedAhkam/android-cli.git
```

## Using github releases

No releases yet

> After installation, you should have access to the `android` binary from your choice of shell.