DiskLruCache icon indicating copy to clipboard operation
DiskLruCache copied to clipboard

Request for new release 2.0.3

Open vagrawal13 opened this issue 8 years ago • 1 comments

Will it possible to have a new release? I am particularly interested in this commit https://github.com/JakeWharton/DiskLruCache/pull/65 which increases the cache key length to 120.

vagrawal13 avatar May 31 '17 18:05 vagrawal13

I went ahead and just forked this, and tagged master with a "pre-release".

If you're already using JitPack, just add this to your Gradle:

dependencies {
    implementation 'com.github.ncruces:disklrucache:2.0.3-a'
}

ncruces avatar Jan 20 '18 02:01 ncruces