diff --git a/android/app/build.gradle b/android/app/build.gradle
index 913ef60462a..68cc471e0dd 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -114,7 +114,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 100154872
- versionName "2.78.0-rc.2.-rc"
+ versionName "2.78.0.2"
multiDexEnabled true
// The resConfigs attribute will remove all not required localized resources while building the application,
// including the localized resources from libraries.
diff --git a/ios/ItaliaApp/Info.plist b/ios/ItaliaApp/Info.plist
index 96b7b6e10ec..70f7f998a42 100644
--- a/ios/ItaliaApp/Info.plist
+++ b/ios/ItaliaApp/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.78.0-rc.2
+ 2.78.0
CFBundleSignature
????
CFBundleURLTypes
@@ -36,7 +36,7 @@
CFBundleVersion
- -rc
+ 2
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/ios/ItaliaAppTests/Info.plist b/ios/ItaliaAppTests/Info.plist
index 4f5a81edf87..b78071f17e9 100644
--- a/ios/ItaliaAppTests/Info.plist
+++ b/ios/ItaliaAppTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.78.0-rc.2
+ 2.78.0
CFBundleSignature
????
CFBundleVersion
- -rc
+ 2
\ No newline at end of file