Update the Connect Android library
To update the Connect library integrated into your Android app, do the following.
- Open the app-level build.gradle file.
- In the
dependencies
section, update the version number for the Connect plugin.
dependencies {
implementation "io.github.go-acoustic:connect:10.4.28"
}
- Clean and rebuild your project.
Note
For the list of available versions, see Release notes for mobile Connect SDKs.
Updated 1 day ago