[SDK] [Android] Release v3.3.0
over 4 years ago by Stéphane JAIS
Upgrading:
Make sure you can use Java 8 language features.
See corresponding Android documentation
android {
// Configure only for each module that uses Java 8
// language features (either in its source code or
// through dependencies).
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
// For Kotlin projects
kotlinOptions {
jvmTarget = "1.8"
}
}
Changelog:
- In-app messaging private beta. Contact us to get in!
- Bug fixes