Skip to content

borsini/appboy-android-sdk

 
 

Repository files navigation

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

  • The Braze Android SDK supports Android 4.1+ / API 16+ (Jelly Bean and up).
  • Last Target SDK Version: 33
  • Kotlin version: org.jetbrains.kotlin:kotlin-stdlib:1.6.0
  • Last Compiled Firebase Cloud Messaging Version: 23.0.0
  • Braze uses Font Awesome 4.3.0 for in-app message icons. Check out the cheat sheet to browse available icons.

Components

  • android-sdk-base - the Braze SDK base analytics library.
  • android-sdk-ui - the Braze SDK user interface library for in-app messages, push, and the news feed.
  • droidboy - a sample app demonstrating how to use Braze in-depth.
  • android-sdk-unity - a library that enables Braze SDK integrations on Unity.
  • samples - a folder containing several sample apps for various integration options.

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:

allprojects {
  repositories {
    maven { url "https://appboy.github.io/appboy-android-sdk/sdk" }
    ...
  }
}
dependencies {
  implementation 'com.appboy:android-sdk-ui:21.0.+'
  ...
}

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.appboy 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.appboy:android-sdk-ui:21.0.+'
}

Questions?

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

About

Public repo for the Braze Android SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 53.9%
  • Java 40.9%
  • HTML 4.7%
  • JavaScript 0.5%