From 704ca9f6935c0cc20fcecf7aa96de88266ce2566 Mon Sep 17 00:00:00 2001 From: le king fu Date: Thu, 12 Mar 2026 21:10:29 -0400 Subject: [PATCH] fix: bump versionCode to 6 for APK upgrade compatibility Previous preview build (v1.2.5) used versionCode 5 via production autoIncrement, but app.json was still at 4. Android refuses to install an APK with a lower versionCode than the currently installed one. Co-Authored-By: Claude Opus 4.6 --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index c0fa108..823e464 100644 --- a/app.json +++ b/app.json @@ -24,7 +24,7 @@ "backgroundColor": "#FFF8F0" }, "edgeToEdgeEnabled": true, - "versionCode": 4 + "versionCode": 6 }, "plugins": [ "expo-router",