Sailthru Mobile Android SDK 19.0.0
Breaking Changes
This release prepares the SDK for the upcoming Android 14 release. While there are no API changes to worry about, we have made updates to our build versions in ways that may impact your app.
Kotlin Version
We have updated the Kotlin version used in the SDK from 1.6.21 to 1.8.22. Kotlin supports one version of forward compatibility, so if Kotlin is also used in your app this change requires it to be 1.7+.
Java Compatibility
The Java compatibility version used has been upgraded from 1.8 to 17. This should not have any impact on your app but please raise it if any issues occur that you think may be related.
Bug Fixes
Profile Vars
Previously the setProfileVars
method would always return an error response, even though the vars were set correctly on the platform. This was due to an internal handling error in the SDK that has now been rectified.
Other Changes
Target SDK Version
The library targetSdkVersion
tag has been deprecated as it was largely advisory for libraries. We have removed it in this release. The SDK compileSdkVersion
is now 34.