This repository contains the Taplytics integration for the mParticle Android SDK.
-
The Taplytics Kit requires that you add Taplytics's Maven server to your build.gradle:
repositories { maven { url "https://github.com/taplytics/Taplytics-Android-SDK/raw/master/AndroidStudio/" } ... }
-
Add the kit dependency to your app's build.gradle:
dependencies { implementation 'com.mparticle:android-taplytics-kit:5+' }
-
Follow the mParticle Android SDK quick-start, then rebuild and launch your app, and verify that you see
"Taplytics detected"
in the output ofadb logcat
. -
Reference mParticle's integration docs below to enable the integration.