Skip to content

v16.20

Latest
Compare
Choose a tag to compare
@uwemaurer uwemaurer released this 14 Jul 13:30
· 1 commit to master since this release

SDK release 16.20

  • Fix for launching with targetSdkVersion 30.
  • Rotate banners with more appearances and colors.
  • Automatically send conversion events for 5 minute and 1 hour activity in AppBrain analytics.

Add the dependency to the latest SDK version via Gradle:

repositories {
    maven {
        url 'https://swisscodemonkeys.github.io/appbrain-sdk/maven'
    }
}

dependencies {
    implementation 'com.appbrain:appbrain-sdk:+'
}