chore(android): companion 0.5.1 (vc21) — refresh served APK + deploy handoff

The APK served from the pairing QR predated today's scanner fixes, so
the download-then-scan flow still hit the laggy scanner. Bumps the
version so phones update in place, refreshes the served artifact
(signed v1+v2+v3, verified), and adds the archi-dev-box deploy handoff.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-07-23 21:53:29 +01:00
co-authored by Claude Fable 5
parent 08927b88a8
commit 35849c88c6
3 changed files with 42 additions and 2 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "com.archipelago.app"
minSdk = 26
targetSdk = 35
versionCode = 20
versionName = "0.5.0"
versionCode = 21
versionName = "0.5.1"
vectorDrawables {
useSupportLibrary = true