Release notes

Current release, version history, compatibility notes, and upgrade guidance for the Lib Lite Android SDK.

Use this page to identify the SDK package you have, understand what changed, and decide what to retest when upgrading.

For the iOS equivalent, see iOS release notes.


Current release

ItemDetail
VersionV1.4.72
Released15 May 2026
Packageliblite-masterpass-release-V1.4.72.aar
Java namespacecom.oltio.liblite
Supported host appsAndroid API 21 or later
Recommended host targetAndroid API 34 or later

Download Lib Lite V1.4.72

Changes in V1.4.72

  • Updated certificate trust configuration for the live Scan to Pay endpoints.
  • Includes the activity-recreation stability fix introduced in V1.2.72.
  • Keeps the public com.oltio.liblite integration namespace.

Upgrade recommendation: use V1.4.72 for new integrations and when replacing an older Lib Lite package. Test and Live transaction codes and tokens must always be created for the environment selected in the SDK.

Android 14 host-app note

The current AAR registers the SMS Retriever receiver at runtime. Apps targeting Android 14 or later must supply the appropriate receiver export flag. If the SDK closes after mobile-number submission, use the host-app compatibility activity demonstrated in the Android demo application.

The compatibility activity is application code; it does not modify the SDK AAR.


Recent releases

VersionReleasedHighlights
V1.4.7215 May 2026Current release. Updated live endpoint certificate trust configuration.
V1.3.7214 May 2026Updated certificate trust configuration and release tooling; superseded by V1.4.72.
V1.2.722 September 2025Fixed a crash when Android destroys and recreates the SDK activity, including with Don't keep activities enabled.
V1.1.7219 August 2025Updated release versioning; no host-app API changes.

Earlier releases

VersionHighlights
1.0.55Added additional card-linking authentication for supported issuers.
1.0.54Removed the external-storage permission requirement on newer Android versions.
1.0.53Improved Android 12 permission handling.
1.0.52General stability fixes.
1.0.51Improved runtime permission handling.
1.0.50Updated storage-permission behavior for Android 11.
1.0.49–1.0.48Additional permission fixes and Android 12 compatibility work.
1.0.47Added variable-amount support and permission fixes.
1.0.44Added compatibility for host applications that use certificate pinning.
1.0.42Fixed SMS-hash handling.
1.0.41Removed the protobuf dependency.
1.0.40Added Android 10 compatibility.
1.0.34Added standalone card management and SDK deregistration.

Upgrade checklist

  1. Confirm your current AAR filename and version.
  2. Download the current package from SDK downloads.
  3. Replace the AAR in your app's libs/ directory and update the Gradle dependency filename if necessary.
  4. Confirm your imports use the current com.oltio.liblite namespace.
  5. Clean and rebuild the app, then run a Test-environment checkout on every supported Android version.
  6. If the host app targets Android 14 or later, exercise first-time mobile-number activation and OTP retrieval.
  7. Verify successful payments on your backend before fulfilment; the SDK result alone is not authoritative.

For a working V1.4.72 reference integration, use the Android demo application.


What's next


Did this page help you?