Merge pull request #1972 from selfxyz/release/staging-2026-04-14

Release to Staging v2.9.17 - 2026-04-14
This commit is contained in:
Justin Hernandez
2026-04-13 21:28:28 -07:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 146
versionCode 147
versionName "2.9.17"
manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp']
externalNativeBuild {

View File

@@ -168,7 +168,7 @@ platform :ios do
target_platform = options[:prod_release] ? "App Store" : "TestFlight"
should_upload = Fastlane::Helpers.should_upload_app(target_platform)
workspace_path = File.expand_path("../ios/#{PROJECT_NAME}.xcworkspace", Dir.pwd)
ios_signing_certificate_name = "iPhone Distribution: #{ENV["IOS_TEAM_NAME"]} (#{ENV["IOS_TEAM_ID"]})"
ios_signing_certificate_name = "Apple Distribution: #{ENV["IOS_TEAM_NAME"]} (#{ENV["IOS_TEAM_ID"]})"
Fastlane::Helpers.verify_env_vars(required_env_vars)

View File

@@ -4,7 +4,7 @@
"lastDeployed": "2026-02-20T11:17:57.338Z"
},
"android": {
"build": 146,
"lastDeployed": "2026-04-10T01:30:43.604Z"
"build": 147,
"lastDeployed": "2026-04-14T02:03:03.238Z"
}
}