Skip to content

Commit

Permalink
Add setup section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobi144 authored Jan 6, 2022
1 parent c27df07 commit 736d017
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# TeslaAndroidAuth
Lightweight Android library for Tesla SSO Authentication based on [Tesla JSON API (Unofficial)](https://tesla-api.timdorr.com)

## Setup (WIP)
## Setup

- `mavenCentral` artifact coming soon
```
repositories {
mavenCentral()
}
dependencies {
implementation("energy.octopus:tesla-android-auth:$teslaAndroidVersion")
}
```

## Usage

Expand Down

0 comments on commit 736d017

Please sign in to comment.