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 19, 2024
1 parent a0d562f commit 0e37fa8
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 @@ -119,7 +119,7 @@ android {
applicationId "it.pagopa.io.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 100154900
versionCode 200006551
versionName "2.80.0.5"
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.80.0-rc.5",
"version": "2.80.0-canary.6551",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down Expand Up @@ -288,4 +288,4 @@
}
},
"packageManager": "[email protected]"
}
}

0 comments on commit 0e37fa8

Please sign in to comment.