Skip to content

v1.5.3 — Signed release fix

Choose a tag to compare

@Limekana Limekana released this 23 Jul 09:01

Signed release so F-Droid has a reference APK to verify against.

Fixed

Android signing config could never build. android/app/build.gradle
declared signingConfigs after buildTypes referenced signingConfigs.release,
which Gradle rejects at configuration time. It had gone unnoticed because the
signing block is only reached when keystore.properties is present, which it
never was in CI. Reordered to match the other Limecore apps. No app-behaviour
change from 1.5.2 — the web bundle is byte-identical.

Notes

Signed with the Limecore Studio release key
(SHA-256 27e17d1fba157da6eacde58485aab56066200cc45ad00bd518d828367ec155e4).
A clean-checkout build with no .env and no keystore reproduces this APK's
web assets exactly. Installs over 1.5.2 without data loss; no schema changes.