Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains a bunch of general project cleanups and dependency cleanups.
The project now uses the latest Android Gradle plugin, and Gradle wrapper. It was updated to target SDK
25
- Note that because of this update,minSdkLevel
had to be raised to9
(it was at8
before). Please let me know if you prefer to split this PR up into multiple PRs.Once the target is switched to
26
,minSdkLevel
has to be raised all the way to14
! Let me know if you prefer to do this now, or do this at a later point (after you have published at least one update of the library). I have a local branch ready, and can force push to this PR.The project is fully compatible with the latest stable version of Android Studio (
2.3.3
).Please use a normal GitHub merge (i.e. NO rebase/squash merge) to merge the commit(s) in this pull request. The changes are broken up into meaningful, atomic commits, and my branch should already be up-to-date with the latest target branch. If it isn't, or if you'd like me to combine something, please let me know, and I will make the necessary updates as soon as possible. Thank you!