From 1d920159950927365a04437a6088a5acb274a2cd Mon Sep 17 00:00:00 2001 From: Tobias Rohloff Date: Mon, 6 Jul 2020 12:51:23 +0200 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3878d8..41b6010 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ The code is based on [this][7] and [this][8]. ### (1) Using gradle +[![](https://jitpack.io/v/tobiasrohloff/NestedScrollWebView.svg)](https://jitpack.io/#tobiasrohloff/NestedScrollWebView) + * Add the JitPack repository to your root build.gradle at the end of repositories: ```gradle @@ -23,7 +25,7 @@ allprojects { * In your application's main module (usually called "app"), edit your build.gradle to add a new dependency: ```gradle dependencies { - compile 'com.github.rhlff:NestedScrollWebView:v1.0.2' + compile 'com.github.rhlff:NestedScrollWebView:v1.1' } ```