Skip to content

Version 4.2.0

Compare
Choose a tag to compare
@samdozor samdozor released this 20 Jan 22:40
· 1205 commits to main since this release

Wootric Kit

Support for Wootric is now live! Wootric is a fully-native, in-app survey tool. Configure your Wootric settings in the mParticle dashboard and add the com:mparticle:android-kit-wootric artifact to your app to get started.

Programmatic API key/secret

This release also introduces several new MParticle#start() overloads to let you specify your mParticle key and secret programmatically, rather than using resource files:

public class MyApplication extends Application {
    @Override
    public void onCreate() {
        super.onCreate();
        MParticle.start(this, "<API key>","<API secret>");
    }
}

Reminder

Starting with release 4.1.0, all mParticle Android artifacts are synced to Maven Central.