-
Notifications
You must be signed in to change notification settings - Fork 2
Home
zhangjianliang110 edited this page Mar 30, 2018
·
1 revision
Welcome to the DiskCacheManager wiki!
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
…
maven { url ‘https://www.jitpack.io’ }
}
}Copy
Step 2. Add the dependency
dependencies {
compile ‘com.github.zhangjianliang110:DiskCacheManager:9675c96381’
}