Android Tracker 0.6.0 release

We are very excited to announce the 0.6.0 release of the Snowplow Android Tracker!

This is our first mobile tracker release featuring automated event tracking, in the form of uncaught exceptions and lifecycle events. The Tracker has also undergone a great deal of refactoring to simplify its codebase and make it easier to use.

If you have any questions about this release, please post to this topic!

1 Like

This is AWESOME, @josh! Thanks!

1 Like

@josh - Quick question. Our app depends on OkHttp2, while Snowplow depends on OkHttp3. Can we install 0.6.0 without having to update the OkHttp version for the entire app?

Hey @bernardosrulzon you will need to include both OkHTTP 2 and 3 in your dependencies but no you should not have to update your whole application! They have been quite clever in that OkHTTP3 has an entirely new namespace so that there are no conflicts with the last library.