From b5ee803d6c45dda9cfd4bb49d58aac47a22ebdc3 Mon Sep 17 00:00:00 2001 From: Brennan Benson <79079362+brennanb2025@users.noreply.github.com> Date: Thu, 17 Sep 2026 19:37:26 -0700 Subject: [PATCH] Prepare mobile Android 0.0.50 Cut from 5e70014da8, the same commit that shipped iOS 0.0.50, so the Android build matches what iOS users received. versionCode 16 already shipped as 0.0.48, so it moves to 17. --- mobile/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/app.json b/mobile/app.json index 6121923f775..c1ab487c709 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Orca", "slug": "orca-mobile", - "version": "0.0.48", + "version": "0.0.50", "orientation": "default", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", @@ -75,7 +75,7 @@ "allowBackup": false, "permissions": ["RECORD_AUDIO", "MODIFY_AUDIO_SETTINGS"], "package": "com.stably.orca.mobile", - "versionCode": 16, + "versionCode": 17, "googleServicesFile": "./google-services.json" }, "plugins": [