From da48ad2b47c46aefc1b44e27fadbdb30aa76bb62 Mon Sep 17 00:00:00 2001 From: Brennan Benson <79079362+brennanb2025@users.noreply.github.com> Date: Sun, 6 Sep 2026 10:24:38 -0700 Subject: [PATCH] Bump mobile Android versionCode to 16 to match the 0.0.48 release (#19101) Co-authored-by: Merge Sim --- mobile/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/app.json b/mobile/app.json index 131e3899396..fc36687d74f 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -75,7 +75,7 @@ "allowBackup": false, "permissions": ["RECORD_AUDIO", "MODIFY_AUDIO_SETTINGS"], "package": "com.stably.orca.mobile", - "versionCode": 15 + "versionCode": 16 }, "plugins": [ "expo-router",