Skip to content

Commit 1965d26

Browse files
Replace Matchfile for canary
1 parent 5d31b4f commit 1965d26

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ android {
119119
applicationId "it.pagopa.io.app"
120120
minSdkVersion rootProject.ext.minSdkVersion
121121
targetSdkVersion rootProject.ext.targetSdkVersion
122-
versionCode 100155040
122+
versionCode 200007445
123123
versionName "3.13.0.6"
124124
multiDexEnabled true
125125
// The resConfigs attribute will remove all not required localized resources while building the application,

ios/fastlane/Matchfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git_url "[email protected]:pagopa/IO-App-certs.git"
1+
git_url "[email protected]:pagopa/IO-App-canary-certs.git"
22

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

ios/fastlane/Matchfile_canary renamed to ios/fastlane/Matchfile_prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git_url "[email protected]:pagopa/IO-App-canary-certs.git"
1+
git_url "[email protected]:pagopa/IO-App-certs.git"
22

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "italia-app",
3-
"version": "3.13.0-rc.6",
3+
"version": "3.13.0-canary.7445",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",
@@ -294,4 +294,4 @@
294294
}
295295
},
296296
"packageManager": "[email protected]"
297-
}
297+
}

0 commit comments

Comments
 (0)