From 29d421e4c68a6873f505bcf02b75d7d13166cf9e Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Mon, 25 Sep 2023 17:02:44 +0300 Subject: [PATCH] Modify version codes --- android/app/build.gradle | 2 +- ios/InitProject.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8dc7f96..5460ef3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -86,7 +86,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode applicationVersionCodeArgument ?: 1 - versionName "1.0" + versionName "1.0.0" } signingConfigs { debug { diff --git a/ios/InitProject.xcodeproj/project.pbxproj b/ios/InitProject.xcodeproj/project.pbxproj index 543ff06..4c1d9f1 100644 --- a/ios/InitProject.xcodeproj/project.pbxproj +++ b/ios/InitProject.xcodeproj/project.pbxproj @@ -499,7 +499,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -532,7 +532,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC",