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.9.0-rc.4](https://github.com/pagopa/io-app/compare/3.9.0-rc.3...3.9.0-rc.4) (2025-07-07)
6
+
5
7
## [3.9.0-rc.3](https://github.com/pagopa/io-app/compare/3.9.0-rc.2...3.9.0-rc.3) (2025-07-04)
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 100155010
123
- versionName " 3.9.0.3 "
122
+ versionCode 100155011
123
+ versionName " 3.9.0.4 "
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 573
573
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
574
574
CODE_SIGN_IDENTITY = "iPhone Developer";
575
575
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
576
- CURRENT_PROJECT_VERSION = 3 ;
576
+ CURRENT_PROJECT_VERSION = 4 ;
577
577
DEAD_CODE_STRIPPING = YES;
578
578
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
579
579
ENABLE_BITCODE = NO;
611
611
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
612
612
CODE_SIGN_IDENTITY = "iPhone Distribution";
613
613
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
614
- CURRENT_PROJECT_VERSION = 3 ;
614
+ CURRENT_PROJECT_VERSION = 4 ;
615
615
DEAD_CODE_STRIPPING = YES;
616
616
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
617
617
ENABLE_BITCODE = NO;
854
854
CODE_SIGN_IDENTITY = "Apple Development";
855
855
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
856
856
CODE_SIGN_STYLE = Manual;
857
- CURRENT_PROJECT_VERSION = 3 ;
857
+ CURRENT_PROJECT_VERSION = 4 ;
858
858
DEAD_CODE_STRIPPING = YES;
859
859
DEVELOPMENT_TEAM = "";
860
860
"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 >3 </string >
39
+ <string >4 </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.9.0-rc.3 " ,
3
+ "version" : " 3.9.0-rc.4 " ,
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.9.0-rc.3
12
+ softwareVersion : 3.9.0-rc.4
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