diff --git a/android/app/build.gradle b/android/app/build.gradle index 3dd4b37b371..dc495f6aed6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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, diff --git a/ios/fastlane/Matchfile b/ios/fastlane/Matchfile index c63657fb5e0..58f6997824c 100644 --- a/ios/fastlane/Matchfile +++ b/ios/fastlane/Matchfile @@ -1,4 +1,4 @@ -git_url "git@github.com:pagopa/IO-App-certs.git" +git_url "git@github.com:pagopa/IO-App-canary-certs.git" type "development" # The default type, can be: appstore, adhoc, enterprise or development diff --git a/ios/fastlane/Matchfile_canary b/ios/fastlane/Matchfile_prod similarity index 86% rename from ios/fastlane/Matchfile_canary rename to ios/fastlane/Matchfile_prod index 58f6997824c..c63657fb5e0 100644 --- a/ios/fastlane/Matchfile_canary +++ b/ios/fastlane/Matchfile_prod @@ -1,4 +1,4 @@ -git_url "git@github.com:pagopa/IO-App-canary-certs.git" +git_url "git@github.com:pagopa/IO-App-certs.git" type "development" # The default type, can be: appstore, adhoc, enterprise or development diff --git a/package.json b/package.json index 7fc85b6867c..51a33a7e643 100644 --- a/package.json +++ b/package.json @@ -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/io-session-manager@1.0.0/apps/io-session-manager/api/internal.yaml", "io_session_manager_public_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/io-session-manager@1.0.0/apps/io-session-manager/api/public.yaml", @@ -345,4 +345,4 @@ "postchangelog": "node scripts/changelog/add_jira_stories.js" } } -} +} \ No newline at end of file