Skip to content

Latest commit

 

History

History
executable file
·
31 lines (22 loc) · 735 Bytes

README.md

File metadata and controls

executable file
·
31 lines (22 loc) · 735 Bytes

Braze Logo

Braze Android Segment SDK

Javadocs

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.