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] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Justin Hernandez <justin.hernandez@self.xyz>
This commit is contained in:
github-actions[bot]
2026-02-09 15:53:58 -08:00
committed by GitHub
parent c886ed19e0
commit 63e4fdb111
2 changed files with 5 additions and 5 deletions

View File

@@ -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 {

View File

@@ -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"
}
}