Highlights
-
Android platform compliance for 16KB page size
Updated toolchain and ABIs to align with current Android device expectations. -
UI/UX polish for address and country-code inputs
Consistent dimensions, aligned dropdowns, and clearer placeholders for faster, friendlier data entry.
Added
-
UI/UX improvements
- Address capture: unified field sizing (search/country selector), aligned autocomplete dropdown, and meaningful placeholders on manual entry.
- Country code selection: simplified selection (confirm on tap), consistent theming, and updated tests for stability.
Fixed / Improved
- Safer WebView interactions: all UI callbacks are dispatched on the main thread; JSON handling hardened.
- More reliable selection UX in bottom sheets; fewer steps to confirm selections.
Breaking / Behavioral Notes
- ABI Change:
arm64-v8aandx86_64are included.
If you rely on legacyx86orarmeabi-v7a, update emulators/devices accordingly.
Upgrade Guide
-
Update your dependency to this SDK version.
-
Emulators/CI:
- Use x86_64 system images for instrumentation tests to avoid ABI install errors.