The minimum supported Android version is Android 6.0 (API level 23).
Review the changes in the latest version
Before you upgrade to a new version of the Link SDK, you should review the Releases page on GitHub. This will help you to understand any changes that you will need to make in your code as the result of an upgrade.Argyle has released Link 5 — learn more and get the benefits of Link 5 by visiting our Upgrade Guide.
Upgrade to a new SDK version
Follow these instructions to upgrade an existing project to the most recent version of the Argyle Android SDK:- In your app module gradle file (typically found at
app/build.gradle) locate the Argyle dependency within your dependencies block and increment the version number according to the latest version number displayed on our Releases page.
implementation 'com.argyle:argyle-link-android:<insert latest version number>'
- To verify the change initiate a gradle sync and confirm no errors.
- If you are using pro-guard, make sure you have the most up-to-date Proguard rules which can be found in our Android Integration Guide.