File tree Expand file tree Collapse file tree 7 files changed +15
-8
lines changed Expand file tree Collapse file tree 7 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
5
+ ## [2.78.0-rc.11](https://github.com/pagopa/io-app/compare/2.78.0-rc.10...2.78.0-rc.11) (2024-11-28)
6
+
7
+
8
+ ### Chores
9
+
10
+ * [[IOPID-2515](https://pagopa.atlassian.net/browse/IOPID-2515)] - Add SECURITY_LEVEL_MISMATCH event ([#6460](https://github.com/pagopa/io-app/issues/6460)) ([99f0f97](https://github.com/pagopa/io-app/commit/99f0f97a3ffded6ab729d305ece215ef2c257583))
11
+
5
12
## [2.78.0-rc.10](https://github.com/pagopa/io-app/compare/2.78.0-rc.9...2.78.0-rc.10) (2024-11-27)
6
13
7
14
Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ android {
113
113
applicationId " it.pagopa.io.app"
114
114
minSdkVersion rootProject. ext. minSdkVersion
115
115
targetSdkVersion rootProject. ext. targetSdkVersion
116
- versionCode 100154880
117
- versionName " 2.78.0.10 "
116
+ versionCode 100154881
117
+ versionName " 2.78.0.11 "
118
118
multiDexEnabled true
119
119
// The resConfigs attribute will remove all not required localized resources while building the application,
120
120
// including the localized resources from libraries.
Original file line number Diff line number Diff line change 805
805
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
806
806
CODE_SIGN_IDENTITY = "iPhone Developer";
807
807
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
808
- CURRENT_PROJECT_VERSION = 10 ;
808
+ CURRENT_PROJECT_VERSION = 11 ;
809
809
DEAD_CODE_STRIPPING = YES;
810
810
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
811
811
ENABLE_BITCODE = NO;
842
842
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
843
843
CODE_SIGN_IDENTITY = "iPhone Distribution";
844
844
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
845
- CURRENT_PROJECT_VERSION = 10 ;
845
+ CURRENT_PROJECT_VERSION = 11 ;
846
846
DEAD_CODE_STRIPPING = YES;
847
847
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
848
848
ENABLE_BITCODE = NO;
Original file line number Diff line number Diff line change 36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >10 </string >
39
+ <string >11 </string >
40
40
<key >ITSAppUsesNonExemptEncryption </key >
41
41
<false />
42
42
<key >LSApplicationQueriesSchemes </key >
Original file line number Diff line number Diff line change 19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >10 </string >
22
+ <string >11 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " italia-app" ,
3
- "version" : " 2.78.0-rc.10 " ,
3
+ "version" : " 2.78.0-rc.11 " ,
4
4
"io_backend_api" : " https://raw.githubusercontent.com/pagopa/io-backend/v16.4.0-RELEASE/api_backend.yaml" ,
5
5
"io_session_manager_api" :
" https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/[email protected] /apps/io-session-manager/api/internal.yaml" ,
6
6
"io_session_manager_public_api" :
" https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/[email protected] /apps/io-session-manager/api/public.yaml" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ releaseDate: "2024-11-21"
9
9
url : " https://github.com/pagopa/io-app"
10
10
applicationSuite : IO
11
11
landingURL : " https://io.italia.it/"
12
- softwareVersion : 2.78.0-rc.10
12
+ softwareVersion : 2.78.0-rc.11
13
13
developmentStatus : beta
14
14
softwareType : standalone/mobile
15
15
roadmap : " https://io.italia.it/"
You can’t perform that action at this time.
0 commit comments