chore: bump build 2.9.0 rc1 (#1398)

* update builds to match

* update version
This commit is contained in:
Justin Hernandez
2025-11-11 18:04:35 -08:00
committed by GitHub
parent ad726a7286
commit 58f61cc27b
3 changed files with 6 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 119
versionCode 120
versionName "2.9.0"
manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp']
externalNativeBuild {

View File

@@ -431,7 +431,7 @@
CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassportDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 178;
CURRENT_PROJECT_VERSION = 189;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 5B29R5LYHQ;
ENABLE_BITCODE = NO;
@@ -572,7 +572,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassport.entitlements;
CURRENT_PROJECT_VERSION = 178;
CURRENT_PROJECT_VERSION = 189;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 5B29R5LYHQ;
FRAMEWORK_SEARCH_PATHS = (

View File

@@ -1,10 +1,10 @@
{
"ios": {
"build": 188,
"build": 189,
"lastDeployed": "2025-11-11T17:50:43.331Z"
},
"android": {
"build": 119,
"lastDeployed": "2025-11-11T16:57:14Z"
"build": 120,
"lastDeployed": "2025-11-12T01:32:51Z"
}
}