Skip to content

Upgrading to Newer Versions

Tapkey is always improving the Tapkey Mobile SDK and provides updates via the Maven repository https://maven.tapkey.com. To upgrade to the latest version, change the version number of the Gradle dependency accordingly.

dependencies {
    // Change version number to latest version
    implementation 'com.tapkey.android:Tapkey.MobileLib:xx.xx.xx.xxx'
}

android {
    ...
}

Upgrade Guides

Warning

There might be breaking changes between versions. Please read the following guides to upgrade to newer versions.

The following guides are incremental upgrade guides. Each applicable guide, beginning with the lowest applicable version number, has to be considered.