Navigation
Android SDK changelog
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[3.2.0] - 2025-07-06
Added
- Moved Android challenges to use WebView instead of native challenges to provide UX parity with web and iOS.
- Exposed
onChallengeCompleted
callback to the SDK when a challenge is completed.
[3.1.0] - 2025-06-18
Changed
- Updated the SDK for to support the latest Rupt challenge APIs.
[3.0.3] - 2024-03-03
Added
- Added support for the new v3 API for Rupt. V2 is deprecated.
- This is a breaking change. You will need to update your code to use the new API.
- See the quick start guide for the updated usage.
Fixed
- Fixed branding on challenge screens.