From beceeae35100e04e72fa7dfb90a0eca439afd86b Mon Sep 17 00:00:00 2001 From: Jordan Gwyn Date: Sat, 10 Jun 2017 17:14:42 -0700 Subject: [PATCH] add link to jitpack build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b22bcfb..cc2bf80 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ The Android SDK Tools is available for the major platforms (Mac, Windows & Linux This projects aims at providing an up to date implementation of the ADB protocol. [![Build Status](https://travis-ci.org/vidstige/jadb.svg?branch=master)](https://travis-ci.org/vidstige/jadb) +[![](https://jitpack.io/v/vidstige/jadb.svg)](https://jitpack.io/#vidstige/jadb) ## Example ## Usage cannot be simpler. Just create a `JadbConnection` and off you go.