Skip to content

Commit

Permalink
Replace Matchfile for canary
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
1 parent 2fe050d commit 3930944
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ android {
applicationId "it.pagopa.io.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 100154891
versionCode 6531
versionName "2.79.0.8"
multiDexEnabled true
// The resConfigs attribute will remove all not required localized resources while building the application,
Expand Down
2 changes: 1 addition & 1 deletion ios/fastlane/Matchfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git_url "[email protected]:pagopa/IO-App-certs.git"
git_url "[email protected]:pagopa/IO-App-canary-certs.git"

type "development" # The default type, can be: appstore, adhoc, enterprise or development

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git_url "[email protected]:pagopa/IO-App-canary-certs.git"
git_url "[email protected]:pagopa/IO-App-certs.git"

type "development" # The default type, can be: appstore, adhoc, enterprise or development

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "italia-app",
"version": "2.79.0-rc.8",
"version": "2.79.0-canary.6531",
"io_backend_api": "https://raw.githubusercontent.com/pagopa/io-backend/v16.4.0-RELEASE/api_backend.yaml",
"io_session_manager_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/[email protected]/apps/io-session-manager/api/internal.yaml",
"io_session_manager_public_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/[email protected]/apps/io-session-manager/api/public.yaml",
Expand Down Expand Up @@ -345,4 +345,4 @@
"postchangelog": "node scripts/changelog/add_jira_stories.js"
}
}
}
}

0 comments on commit 3930944

Please sign in to comment.