Releases: octetproof/octet-sdk-android
0.0.3-alpha
Octet SDK for Android — 0.0.3-alpha
Library artifacts are published to the mvn-repo branch
of this repository as com.octetproof:sdk:0.0.3-alpha
(plus the transitive com.octetproof:libpf artifact). Add
the maven URL to your settings.gradle.kts per the README.
octet-sample-0.0.3-alpha.apk
(attached): the toy sample shown in sample/ of this repo,
release-signed with the Octet sample-app keystore. Ships
without a license key baked in, so it surfaces
LicenseError.MalformedKey on launch — it's a shape /
integration reference, not a runnable end-to-end demo.
Build from source with your own license key in
sample/local.properties per sample/README.md for a
working toy.
0.0.2-alpha
Alpha release - v0.0.1-alpha
0.0.1-alpha
0.0.2-alpha (2026-06-04). Tokens issued by the current production backend (v1 schema) will not verify against this SDK — Octet.start raises LicenseError.verificationFailed(.unsupportedSchema) (iOS) / LicenseError.VerificationFailed(UnsupportedSchema) (Android).
Upgrade to 0.0.2-alpha or later to use the SDK with the current backend. See the source repo's CHANGELOG.md [0.0.2-alpha] entry for the cutover context.