From da5ea989793e85e994aec765e19767f56de3d2ff Mon Sep 17 00:00:00 2001 From: Igor Solkin Date: Thu, 4 Feb 2021 21:33:50 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fec6fd..12f49e9 100644 --- a/README.md +++ b/README.md @@ -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