From badab128c9862343721e37541e4e428aac285b55 Mon Sep 17 00:00:00 2001 From: Patrick Honkonen Date: Sun, 19 Aug 2018 23:48:57 -0400 Subject: [PATCH] Update README --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 827a071..8341f2c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ****Elite: Dangerous Star Map Android Client**** +[![](https://jitpack.io/v/StPatrck/edsm-android.svg)](https://jitpack.io/#StPatrck/edsm-android) +[![Build Status](https://travis-ci.org/StPatrck/edsm-android.svg?branch=master)](https://travis-ci.org/StPatrck/edsm-android) + A client library for the Elite: Dangerous Star Map APIs. I've found several Mac, Windows, and iOS tools leveraging the EDSM APIs, but nothing geared @@ -13,14 +16,22 @@ You can check out the other Elite: Dangerous tools I've created for Android at **Installation** -- Library is available through `jcenter`. For maven projects include the following in your build -script... +- Library is available through `jcenter` and `jitpack.io`. + +For gradle projects using `jcenter` repositories include the following in your build script: ```groovy dependencies { implementation 'com.github.stpatrck:edsm:+' } ``` +For gradle projects using `jitpack.io` repositories include the following in your build script: +```groovy +dependencies { + implementation 'com.github.StPatrck:edsm-android:+' +} +``` + **Usage** - First, initialize the client class `EdsmClient.java` with your application context. It is highly