Android SDK Release Notes
The following release notes are for the version 5.x and onwards. Please visit This Link for release notes of versions 4.x and older.
v5.0.8 (Novembar 14, 2024)
- NFC billing and flows improvements
Build Info
- Kotlin: v1.7.10
- Android Gradle Plugin: v4.2.2 (com.android.tools.build:gradle:8.1.1)
- Gradle: v7.2
- jvmTarget : 1.8
v5.0.7 (October 09, 2024)
- Dismissing the UI if a journey is failed to resume due to an invalid journey ID provided or the journey is already completed
Build Info
- Kotlin: v1.7.10
- Android Gradle Plugin: v4.2.2 (com.android.tools.build:gradle:8.1.1)
- Gradle: v7.2
- jvmTarget : 1.8
v5.0.6 (October 08, 2024)
onStepCancelled
now only provide thestepId
for the step that is started by the user.
Build Info
- Kotlin: v1.7.10
- Android Gradle Plugin: v4.2.2 (com.android.tools.build:gradle:8.1.1)
- Gradle: v7.2
- jvmTarget : 1.8
v5.0.4 (October 07, 2024)
- Unified the
onStepCaptured
callback. Now it'll be triggered once per step providing all the details in one callback
Build Info
- Kotlin: v1.7.10
- Android Gradle Plugin: v4.2.2 (com.android.tools.build:gradle:8.1.1)
- Gradle: v7.2
- jvmTarget : 1.8
v5.0.3 (September 09, 2024)
- Created the dedicated interfaces for both simple and dynamic journeys. Visit the [Migration Guide]
(https://docs.idwise.com/v5.0/docs/android-sdk-migration-guide) for the required changes.
Build Info
- Kotlin: v1.7.10
- Android Gradle Plugin: v4.2.2 (com.android.tools.build:gradle:8.1.1)
- Gradle: v7.2
- jvmTarget : 1.8
Info
Looking for an Older version? Please refer to this page for 4.x.x and earlier release notes.
Updated 2 days ago