infinum / android_connectionbuddy

Utility library for handling connectivity change events.
Apache License 2.0
94 stars 17 forks source link

Backported library to API level 8. #71

Closed ikust closed 8 years ago

ikust commented 8 years ago

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.

zplesac commented 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.