chrisbanes / Android-BitmapCache

Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.
834 stars 224 forks source link

Fix import DiskLruCache for latest version #29

Closed bluef closed 11 years ago

bluef commented 11 years ago

"Could not find class 'com.jakewharton.DiskLruCache' "

Latest DiskLruCache has change its path in version 2.0.1.

This commit fixed the path problem.

Signed-off-by: Terrence Lee kill889@gmail.com

chrisbanes commented 11 years ago

Dupe of #27