Update the Connect Android library

To update the Connect library integrated into your Android app, do the following.

  1. Open the app-level build.gradle file.
  2. In the dependencies section, update the version number for the Connect plugin.
dependencies {
    implementation "io.github.go-acoustic:connect:10.4.28"
}
  1. Clean and rebuild your project.

📘

Note

For the list of available versions, see Release notes for mobile Connect SDKs.