Releases: Leanplum/Leanplum-Android-SDK
Releases · Leanplum/Leanplum-Android-SDK
Android SDK 5.8.0
The most important change is the support for Android 12.
Review our documentation for more details.
Bugfixes:
- Fix possible crash in Rich Interstitial (#468)
- Retry on response code 429 (#467)
- Fix rich interstitial customizer to be called (#463)
Feature Additions:
Other:
Android SDK 5.7.0
Android SDK 5.6.2
Bugfixes:
- Fix issue with deep links when targeting Android 11 (#455)
- Fix failing Pillow library used in snapshot testing (#452)
- Set upper bound on the FCM dependency. SDK now supports from 17.3.4 to 21.1.0. Support for 22.0.0 (May 11, 2021) and newer versions will be added in a future release (#454)
Feature Additions:
- Track notifications enabled status (#449)
Other:
Android SDK 5.6.1
Android SDK 5.6.0
Android SDK 5.5.0
Android SDK 5.4.2
You need to use Java 1.8 in your Android project:
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
Bugfixes:
- Set correct number type in Var.value (#419)
- Locally triggered push notification can be canceled (#418)
- Decompress gzipped files before saving to local storage (#416)
- Thread safety support for variable callbacks (#406)
- Fix start callback to be invoked on failure. (#402)
- Remove build number suffix from SDK version parameter (#399)
- Fix not scrollable rich interstitial (#394)
- Fix issue with WebView and tracking multiple events at once (#393)
Feature Additions:
- Provide app keys from XML file (#414)
- Add markAsRead method to inbox messages. (#411)
- Sending crash as log (#412)
- Add snapshot testing framework (#400)
- Allow for custom app version to be set (#397)
- Add Google Play URL support in web interstitials (#395)
Performance Improvements:
Android SDK 5.4.0
Bugfixes:
Feature Additions:
Performance Improvements
Android SDK 5.3.3
Bugfixes
- Run queued actions when activity is set (#382)
Android SDK 5.3.2
Bugfixes:
• [LP-11063] Fixing batching of start call and race condition (#378)