File tree Expand file tree Collapse file tree 6 files changed +10
-8
lines changed Expand file tree Collapse file tree 6 files changed +10
-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
+ ## [3.11.0-rc.1](https://github.com/pagopa/io-app/compare/3.11.0-rc.0...3.11.0-rc.1) (2025-07-29)
6
+
5
7
## [3.11.0-rc.0](https://github.com/pagopa/io-app/compare/3.10.0-rc.6...3.11.0-rc.0) (2025-07-29)
6
8
7
9
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ android {
119
119
applicationId " it.pagopa.io.app"
120
120
minSdkVersion rootProject. ext. minSdkVersion
121
121
targetSdkVersion rootProject. ext. targetSdkVersion
122
- versionCode 100155021
123
- versionName " 3.11.0.0 "
122
+ versionCode 100155022
123
+ versionName " 3.11.0.1 "
124
124
multiDexEnabled true
125
125
// The resConfigs attribute will remove all not required localized resources while building the application,
126
126
// including the localized resources from libraries.
Original file line number Diff line number Diff line change 571
571
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
572
572
CODE_SIGN_IDENTITY = "iPhone Developer";
573
573
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
574
- CURRENT_PROJECT_VERSION = 0 ;
574
+ CURRENT_PROJECT_VERSION = 1 ;
575
575
DEAD_CODE_STRIPPING = YES;
576
576
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
577
577
ENABLE_BITCODE = NO;
609
609
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
610
610
CODE_SIGN_IDENTITY = "iPhone Distribution";
611
611
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
612
- CURRENT_PROJECT_VERSION = 0 ;
612
+ CURRENT_PROJECT_VERSION = 1 ;
613
613
DEAD_CODE_STRIPPING = YES;
614
614
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
615
615
ENABLE_BITCODE = NO;
852
852
CODE_SIGN_IDENTITY = "Apple Development";
853
853
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
854
854
CODE_SIGN_STYLE = Manual;
855
- CURRENT_PROJECT_VERSION = 0 ;
855
+ CURRENT_PROJECT_VERSION = 1 ;
856
856
DEAD_CODE_STRIPPING = YES;
857
857
DEVELOPMENT_TEAM = "";
858
858
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = M2X5YQ4BJ7;
Original file line number Diff line number Diff line change 36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >0 </string >
39
+ <string >1 </string >
40
40
<key >ITSAppUsesNonExemptEncryption </key >
41
41
<false />
42
42
<key >LSApplicationQueriesSchemes </key >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " italia-app" ,
3
- "version" : " 3.11.0-rc.0 " ,
3
+ "version" : " 3.11.0-rc.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " react-native start" ,
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://ioapp.it/"
12
- softwareVersion : 3.11.0-rc.0
12
+ softwareVersion : 3.11.0-rc.1
13
13
developmentStatus : beta
14
14
softwareType : standalone/mobile
15
15
roadmap : " https://ioapp.it/"
You can’t perform that action at this time.
0 commit comments