diff --git a/android/app/build.gradle b/android/app/build.gradle index 53ae7037c..9b95ce79a 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 = 30 +def canonicalVersionCode = 31 // 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 667ac6124..9e385aaa7 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 = 1; + CURRENT_PROJECT_VERSION = 2; 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 = 1; + CURRENT_PROJECT_VERSION = 2; 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 9929502a7..1b0d01677 100644 --- a/ios/Xaman/Info.plist +++ b/ios/Xaman/Info.plist @@ -54,7 +54,7 @@ CFBundleVersion - 1 + 2 LSApplicationQueriesSchemes https diff --git a/ios/XamanTests/Info.plist b/ios/XamanTests/Info.plist index ba72822e8..ccbdd7cae 100644 --- a/ios/XamanTests/Info.plist +++ b/ios/XamanTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1 + 2