From 4c2f2958c58bca5ca02749a48f6150cf8bf859a9 Mon Sep 17 00:00:00 2001 From: Axel Laffite Date: Fri, 25 Sep 2020 08:31:49 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0fe4265..2a515a8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Based on well known libraries such as [Subsampling Scale Image View](https://git First, add the maven repository to your root build.gradle. -```json +``` allprojects { repositories { ... @@ -16,11 +16,11 @@ allprojects { Then add the dependency to your app build.gradle : -[![](https://jitpack.io/v/axellaffite/Fast-Gallery.svg)](https://jitpack.io/#axellaffite/Fast-Gallery) +Current version: [![](https://jitpack.io/v/axellaffite/Fast-Gallery.svg)](https://jitpack.io/#axellaffite/Fast-Gallery) -```json +``` dependencies { - implementation 'com.github.User:Repo:TagSpecifiedAbove' + implementation 'com.github.User:Repo:CurrentVersion' } ```