Skip to content

CashGuard v1.0.2 — Signed Release

Latest

Choose a tag to compare

@premathunga premathunga released this 09 Jul 18:46

CashGuard v1.0.2 — first properly signed release

Important — please read if you installed v1.0.0 or v1.0.1

Those earlier releases shipped a debug-signed APK (fine for testing,
not appropriate for public distribution — the debug key is a well-known
shared Android SDK key, not unique to this app). This release switches to
a dedicated release signing key.

Because the signature changed, Android will refuse to install this as an
update over v1.0.0/v1.0.1.
You'll need to uninstall the old debug build
first (this clears its local data) before installing this one. Sorry for
the inconvenience — from this release onward the signing key stays the
same, so all future updates will install in place normally.

Changed

  • Release builds are now signed with a dedicated release key (see the
    README's "Signed release builds" section for how key.properties works).
  • Version bumped to versionCode 2 / versionName 1.0.2 to reflect this
    as the first real distributable build.
  • Download links (website + README) now point at the stable CashGuard.apk
    asset name, which will keep working across all future releases via
    /releases/latest/download/CashGuard.apk.

Install

Download CashGuard.apk below and sideload it, or build from source with
./gradlew assembleDebug (a release build requires the maintainer's
private signing key and isn't buildable by contributors — see the README).

After installing, grant Notification Access (Settings → Apps → Special
app access → Notification access → CashGuard).

Full changelog: v1.0.1...v1.0.2