Skip to content

Commit 58f61cc

Browse files
authored
chore: bump build 2.9.0 rc1 (#1398)
* update builds to match * update version
1 parent ad726a7 commit 58f61cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ android {
134134
applicationId "com.proofofpassportapp"
135135
minSdkVersion rootProject.ext.minSdkVersion
136136
targetSdkVersion rootProject.ext.targetSdkVersion
137-
versionCode 119
137+
versionCode 120
138138
versionName "2.9.0"
139139
manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp']
140140
externalNativeBuild {

app/ios/Self.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassportDebug.entitlements;
432432
CODE_SIGN_IDENTITY = "Apple Development";
433433
CODE_SIGN_STYLE = Automatic;
434-
CURRENT_PROJECT_VERSION = 178;
434+
CURRENT_PROJECT_VERSION = 189;
435435
DEBUG_INFORMATION_FORMAT = dwarf;
436436
DEVELOPMENT_TEAM = 5B29R5LYHQ;
437437
ENABLE_BITCODE = NO;
@@ -572,7 +572,7 @@
572572
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
573573
CLANG_ENABLE_MODULES = YES;
574574
CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassport.entitlements;
575-
CURRENT_PROJECT_VERSION = 178;
575+
CURRENT_PROJECT_VERSION = 189;
576576
DEBUG_INFORMATION_FORMAT = dwarf;
577577
DEVELOPMENT_TEAM = 5B29R5LYHQ;
578578
FRAMEWORK_SEARCH_PATHS = (

app/version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"ios": {
3-
"build": 188,
3+
"build": 189,
44
"lastDeployed": "2025-11-11T17:50:43.331Z"
55
},
66
"android": {
7-
"build": 119,
8-
"lastDeployed": "2025-11-11T16:57:14Z"
7+
"build": 120,
8+
"lastDeployed": "2025-11-12T01:32:51Z"
99
}
1010
}

0 commit comments

Comments
 (0)