improved
Connect Android SDK 10.4.28
December 17th, 2024
A new version of the Connect Android library is now available in Maven Central.
To update the library in your project, open the app-level build.gradle file and change the version number to 10.4.28
.
dependencies {
implementation("io.github.go-acoustic:connect:10.4.28")
}
Improvements:
- The library now supports Android apps built with Jetpack Compose. You can check out how the library captures user sessions from our sample app or add the library to your own Compose-based app.
- We have simplified dependency requirements in build.gradle.
Our environment for this release:
- MacOS 15.0
- Android Studio Ladybug | 2024.2.1 Patch 3, Android 14 (API level 34)
Known issues:
- We are working on the processing of gesture events for apps with Compose-based UI. You may see a generic ComposeView control in session replays. Sometimes gesture events might show up under the next screen.
- We do not guarantee that the current version of the library is compatible with Android apps using a mixture of the Android View framework and Jetpack Compose.