braze-inc / braze-android-sdk

https://www.braze.com
Other
20 stars 9 forks source link
android braze customer-engagement kotlin marketing-automation sdk

Braze Logo Braze Logo

Android SDK

Successful marketing automation is essential to the future of your mobile app. Braze helps you engage your users beyond the download. Visit the following links for details and we'll have you up and running in no time!

Version Information

Components

Remote repository for gradle

The version should match the git version tag, or the most recent version noted in the changelog. An example dependency declaration is:

Our SDK is now hosted in Maven Central. You can remove https://braze-inc.github.io/braze-android-sdk/sdk from your build.gradle and make sure you have mavenCentral() as a repository.

dependencies {
  implementation 'com.braze:android-sdk-ui:32.1.+'
  implementation 'com.braze:android-sdk-location:32.1.+'
  ...
}

Installing android-sdk-ui to Your Local Maven Repository

To install the UI library as an AAR file to your local maven repository, run the install task with ./gradlew install. You can reference it with groupId com.braze and artifactId android-sdk-ui. The version should match the git version tag, or the most recent version noted in the changelog. An example dependency declaration is:

repositories {
  mavenLocal()
  ...
}
dependencies {
  implementation 'com.braze:android-sdk-ui:32.1.+'
}

Questions?

If you have questions, please contact support@braze.com.