This repository contains the Swrve integration for the mParticle Android SDK.
-
Add the Maven repository to your project-level build.gradle:
repositories { maven { url = 'https://maven.google.com' } }
-
Add the kit dependency to your app's build.gradle:
dependencies { api 'com.swrve.mparticle:mparticle-android-integration-swrve:3.0.0' }
-
Follow the mParticle Android SDK quick-start, then rebuild and launch your app, and verify that you see
"Swrve detected"
in the output ofadb logcat
. -
Reference mParticle's integration docs below to enable the integration.