joshdholtz / Sentry-Android

[Deprecated] Use official "raven-java" library
https://github.com/getsentry/sentry-java
MIT License
180 stars 48 forks source link

Project updates and cleanups #128

Closed friederbluemle closed 7 years ago

friederbluemle commented 7 years ago

Multiple project updates, best reviewed commit-by-commit. The first few commits are mostly clean-ups, followed by build dependency updates (latest versions as of May 29, 2017). Each commit is a logical progression, and builds individually.

Let me know if you prefer multiple PRs, or fewer commits.

This also updates minSdkVersion from 3 to 8. Android 1.5 cupcake is virtually non-existent today.

Please NO GitHub rebase/squash merges. If you'd like me to combine some or all of the commits, please let me know, and I will update my branch. Thank you.

marcomorain commented 7 years ago

This looks good to me. Thanks @friederbluemle

friederbluemle commented 7 years ago

@marcomorain Wow that was quick. :) Thanks for merging. Here is another minor fix: #129