From 736d017926c0a2a756cfb2ad47166fe7f166d7a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Nagy?= Date: Thu, 6 Jan 2022 15:25:28 +0200 Subject: [PATCH] Add setup section to readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 937a5e7..27e9a74 100644 --- a/README.md +++ b/README.md @@ -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