chore: bump mobile app version to 2.9.21 (#2024)

Update build numbers, platform build files, and deployment timestamps after successful deployment.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-24 15:09:26 -07:00
committed by GitHub
parent ddffa6c98f
commit 7e4bfa22e4
3 changed files with 7 additions and 7 deletions

View File

@@ -132,7 +132,7 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 152
versionCode 153
versionName "2.9.21"
manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp']
externalNativeBuild {

View File

@@ -477,7 +477,7 @@
CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassportDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 221;
CURRENT_PROJECT_VERSION = 222;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_APP_SANDBOX = NO;
ENABLE_BITCODE = NO;
@@ -620,7 +620,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassport.entitlements;
CURRENT_PROJECT_VERSION = 221;
CURRENT_PROJECT_VERSION = 222;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_APP_SANDBOX = NO;
ENABLE_RESOURCE_ACCESS_CAMERA = YES;

View File

@@ -1,10 +1,10 @@
{
"ios": {
"build": 221,
"lastDeployed": "2026-04-23T04:24:34.019Z"
"build": 222,
"lastDeployed": "2026-04-24T21:52:05.646Z"
},
"android": {
"build": 152,
"lastDeployed": "2026-04-23T04:24:34.019Z"
"build": 153,
"lastDeployed": "2026-04-24T21:52:05.646Z"
}
}