Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrohloff committed Jul 6, 2020
1 parent 50842a1 commit 1d92015
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
}
```
Expand Down

0 comments on commit 1d92015

Please sign in to comment.