/swrve-mparticle-android-kit

Example mParticle Kit Integration

Primary LanguageJava

Swrve Kit Integration

This repository contains the Swrve integration for the mParticle Android SDK.

Adding the integration

  1. Add the Maven repository to your project-level build.gradle:

    repositories {
        maven { url = 'https://maven.google.com' }
    }
    
  2. Add the kit dependency to your app's build.gradle:

    dependencies {
        api 'com.swrve.mparticle:mparticle-android-integration-swrve:3.0.0'
    }
    
  3. Follow the mParticle Android SDK quick-start, then rebuild and launch your app, and verify that you see "Swrve detected" in the output of adb logcat.

  4. Reference mParticle's integration docs below to enable the integration.

Documentation

Swrve integration

License

Apache License 2.0