From f872b91744bbc2f0281b8ceef164ac3b22067ba0 Mon Sep 17 00:00:00 2001 From: Sergejs Luhmirins Date: Wed, 10 Oct 2018 17:30:14 +0300 Subject: [PATCH] JitPack version badge in documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d8fc89..dc98807 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ allprojects { Add dependency to application `build.gradle` file, where `x.y.z` is the latest [release version](https://github.com/ChiliLabs/FireLike/releases): +[![](https://jitpack.io/v/ChiliLabs/FireLike.svg)](https://jitpack.io/#ChiliLabs/FireLike) + ``` implementation "com.github.ChiliLabs:FireLike:x.y.z" ```