Skip to content

Commit

Permalink
doc(README) Update README to use Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-tgl committed Feb 24, 2021
1 parent c19478c commit 91f5a55
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ A WebDAV client for Android, using [OkHttp](https://github.com/square/okhttp) as
- Edit your app-level `build.gradle` (see top of this page for the latest version):

```
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
...
implementation 'com.thegrizzlylabs.sardine-android:sardine-android:<VERSION_NUMBER>'
implementation 'com.github.thegrizzlylabs:sardine-android:<VERSION_NUMBER>'
}
```

Expand Down

0 comments on commit 91f5a55

Please sign in to comment.