3.7.0
3.7.0
Breaking
- Updated the Android plugin to use Braze Android SDK 18.0.0.
- This SDK version requires a dependency on Kotlin coroutines. This can be added to your
mainTemplate.gradle
file viaimplementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2"
- This SDK version requires a dependency on Kotlin coroutines. This can be added to your
Fixed
- Fixed an issue where
AppboyUnityPlayerActivity
could not be extended on Android.