From 34da0fe3c2e79cb6f9cbbaf722b269b1d52259c5 Mon Sep 17 00:00:00 2001 From: N3TC4T Date: Wed, 27 Nov 2024 22:53:22 +0100 Subject: [PATCH] chore: bump build number --- android/app/build.gradle | 2 +- ios/Xaman.xcodeproj/project.pbxproj | 4 ++-- ios/Xaman/Info.plist | 2 +- ios/XamanTests/Info.plist | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 9b95ce79a..bd0e369f6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,7 +7,7 @@ apply plugin: "com.google.firebase.crashlytics" import com.android.build.OutputFile def canonicalVersionName = "3.2.0" -def canonicalVersionCode = 31 +def canonicalVersionCode = 32 // NOTE: DO NOT change postFixSize value, this is for handling legacy method for handling the versioning in android def postFixSize = 30_000 diff --git a/ios/Xaman.xcodeproj/project.pbxproj b/ios/Xaman.xcodeproj/project.pbxproj index 9e385aaa7..3f63ce43e 100644 --- a/ios/Xaman.xcodeproj/project.pbxproj +++ b/ios/Xaman.xcodeproj/project.pbxproj @@ -1182,7 +1182,7 @@ CODE_SIGN_ENTITLEMENTS = Xaman/Xaman.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_TEAM = LK5BBJNJZ6; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1218,7 +1218,7 @@ CODE_SIGN_ENTITLEMENTS = Xaman/Xaman.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 3; DEVELOPMENT_TEAM = LK5BBJNJZ6; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; INFOPLIST_FILE = Xaman/Info.plist; diff --git a/ios/Xaman/Info.plist b/ios/Xaman/Info.plist index 1b0d01677..84182c93f 100644 --- a/ios/Xaman/Info.plist +++ b/ios/Xaman/Info.plist @@ -54,7 +54,7 @@ CFBundleVersion - 2 + 3 LSApplicationQueriesSchemes https diff --git a/ios/XamanTests/Info.plist b/ios/XamanTests/Info.plist index ccbdd7cae..ba7f37c60 100644 --- a/ios/XamanTests/Info.plist +++ b/ios/XamanTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 2 + 3