Closed ikust closed 8 years ago
Awesome work @ikust! Unfortunately, it seems that Travis is experiencing some lint problems with SDK version 24. Could you please lower the SDK version and build tools to 23, so that we can merge this pull request? I'll open a new issue regarding the lint problems, so that we can figure it out.
Library minSdk lowered to API level 8.
Using LruCache from support v4 library for Android versions lower than 12. Using Android LruCache caused crashes on API lower than 12 upon library initialization.