mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
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:
committed by
GitHub
parent
ddffa6c98f
commit
7e4bfa22e4
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user