From e2fae7d62ec46ed0c8f4a72f5fc9c3b0f828c5e1 Mon Sep 17 00:00:00 2001 From: Justin Hernandez Date: Wed, 4 Feb 2026 20:53:39 -0800 Subject: [PATCH] update build number and updae gemfile lock (#1706) --- app/Gemfile.lock | 10 +++++----- app/android/app/build.gradle | 2 +- app/version.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/Gemfile.lock b/app/Gemfile.lock index 7a9539418..72d8b6b94 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -23,8 +23,8 @@ GEM artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.4.0) - aws-partitions (1.1209.0) - aws-sdk-core (3.241.4) + aws-partitions (1.1212.0) + aws-sdk-core (3.242.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -35,7 +35,7 @@ GEM aws-sdk-kms (1.121.0) aws-sdk-core (~> 3, >= 3.241.4) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.212.0) + aws-sdk-s3 (1.213.0) aws-sdk-core (~> 3, >= 3.241.4) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -230,7 +230,7 @@ GEM i18n (1.14.8) concurrent-ruby (~> 1.0) jmespath (1.6.2) - json (2.18.0) + json (2.18.1) jwt (2.10.2) base64 logger (1.7.0) @@ -254,7 +254,7 @@ GEM optparse (0.8.1) os (1.1.4) plist (3.7.2) - prism (1.8.0) + prism (1.9.0) public_suffix (4.0.7) racc (1.8.1) rake (13.3.1) diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 0ffafead5..0a78aa6ee 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 136 + versionCode 140 versionName "2.9.15" manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp'] externalNativeBuild { diff --git a/app/version.json b/app/version.json index 1d0de770b..42daacd00 100644 --- a/app/version.json +++ b/app/version.json @@ -4,7 +4,7 @@ "lastDeployed": "2026-02-04T22:15:04.337Z" }, "android": { - "build": 139, - "lastDeployed": "2026-01-22T23:03:43.685Z" + "build": 140, + "lastDeployed": "2026-02-05T00:58:22Z" } }