Snowplow Android Tracker 0.6.1 released with mobile_context fix [IMPORTANT UPGRADE for anyone running 0.6.0]

An issue was discovered in the 0.6.0 release of the Android Tracker which did not enforce the available enums for the networkType in the mobile_context. Meaning that it has the potential to return invalid values for this field which will then cause validation to fail.

If you are using the mobile_context please ensure that you update to version 0.6.1 as soon as possible.

compile('com.snowplowanalytics:snowplow-android-tracker:0.6.1@aar') {
    transitive = true;
}

For the full release notes:

1 Like