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' } ```