How to To get a Git project into your build:
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.AdevintaSpain:appboy-segment-android:2.4.1.0001'
}
Braze integration for analytics-android.