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