diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 2980d127a..e154940f9 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -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 { diff --git a/app/fastlane/Fastfile b/app/fastlane/Fastfile index a0d0913e0..371a1ba4a 100644 --- a/app/fastlane/Fastfile +++ b/app/fastlane/Fastfile @@ -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) diff --git a/app/version.json b/app/version.json index e30e5ba52..b553fe574 100644 --- a/app/version.json +++ b/app/version.json @@ -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" } }