From 63e4fdb111eafb9aa6b8f5e0a936287b9987fcb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:53:58 -0800 Subject: [PATCH] chore: bump mobile app version to 2.9.15 (#1722) * chore: bump mobile app version to 2.9.15 Update build numbers and deployment timestamps after successful deployment. * bump android version code --------- Co-authored-by: github-actions[bot] Co-authored-by: Justin Hernandez --- app/android/app/build.gradle | 2 +- app/version.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 0a78aa6ee..7abd9ecda 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.proofofpassportapp" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 140 + versionCode 141 versionName "2.9.15" manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp'] externalNativeBuild { diff --git a/app/version.json b/app/version.json index e62830802..95e68032b 100644 --- a/app/version.json +++ b/app/version.json @@ -1,10 +1,10 @@ { "ios": { - "build": 212, - "lastDeployed": "2026-02-06T23:20:10.343Z" + "build": 213, + "lastDeployed": "2026-02-09T22:47:48.603Z" }, "android": { - "build": 140, - "lastDeployed": "2026-02-05T00:58:22Z" + "build": 141, + "lastDeployed": "2026-02-09T23:39:26Z" } }