Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Feb 4, 2021
1 parent fdbf35e commit da5ea98
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,18 @@ Lightweight and extremely easy to use.
![Cache icon](/cache_icon.png)

### Add dependency
**Step 1.** Add the JitPack repository to your build file
```groovy
implementation 'com.tomclaw.cache:cache:1.0'
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
**Step 2.** Add the dependency
```groovy
implementation 'com.github.solkin:disk-lru-cache:1.1'
```

### Create DiskLruCache
Expand Down

0 comments on commit da5ea98

Please sign in to comment.