pedrovgs / Lynx

Lynx is an Android library created to show a custom view with all the information Android logcat is printing, different traces of different levels will be rendererd to show from log messages to your application exceptions. You can filter this traces, share your logcat to other apps, configure the max number of traces to show or the sampling rate used by the library.
Apache License 2.0
780 stars 94 forks source link

Update dependencies #33

Closed friederbluemle closed 7 years ago

friederbluemle commented 7 years ago

This updates all dependencies to the latest versions. Using a new version of Robolectric also fixed a bunch of unit test failures.

pedrovgs commented 7 years ago

Thanks for the update @friederbluemle :) I'm merging this branch