From 7b5ce015ea38916a7a2f6a4741378755cac3db7c Mon Sep 17 00:00:00 2001 From: Ashoat Tevosyan Date: Fri, 2 Feb 2024 11:11:25 -0500 Subject: [PATCH] [native] codeVersion -> 312 --- native/android/app/build.gradle | 4 ++-- native/cpp/CommonCpp/NativeModules/CommCoreModule.h | 2 +- native/ios/Comm.xcodeproj/project.pbxproj | 8 ++++---- native/ios/Comm/Info.debug.plist | 4 ++-- native/ios/Comm/Info.release.plist | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/native/android/app/build.gradle b/native/android/app/build.gradle index 27c9b32839..cb2fd5daf3 100644 --- a/native/android/app/build.gradle +++ b/native/android/app/build.gradle @@ -490,8 +490,8 @@ android { applicationId 'app.comm.android' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 311 - versionName '1.0.311' + versionCode 312 + versionName '1.0.312' buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { // We configure the CMake build only if you decide to opt-in for the New Architecture. diff --git a/native/cpp/CommonCpp/NativeModules/CommCoreModule.h b/native/cpp/CommonCpp/NativeModules/CommCoreModule.h index 0b7fdf48d9..4e09bbb2dd 100644 --- a/native/cpp/CommonCpp/NativeModules/CommCoreModule.h +++ b/native/cpp/CommonCpp/NativeModules/CommCoreModule.h @@ -20,7 +20,7 @@ namespace comm { namespace jsi = facebook::jsi; class CommCoreModule : public facebook::react::CommCoreModuleSchemaCxxSpecJSI { - const int codeVersion{311}; + const int codeVersion{312}; std::unique_ptr cryptoThread; const std::string secureStoreAccountDataKey = "cryptoAccountDataKey"; diff --git a/native/ios/Comm.xcodeproj/project.pbxproj b/native/ios/Comm.xcodeproj/project.pbxproj index eee8a8b4ea..c858a9488b 100644 --- a/native/ios/Comm.xcodeproj/project.pbxproj +++ b/native/ios/Comm.xcodeproj/project.pbxproj @@ -1592,7 +1592,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 311; + CURRENT_PROJECT_VERSION = 312; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = H98Y8MH53M; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1611,7 +1611,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 1.0.311; + MARKETING_VERSION = 1.0.312; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; OTHER_CFLAGS = ( @@ -1651,7 +1651,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 311; + CURRENT_PROJECT_VERSION = 312; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = H98Y8MH53M; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1666,7 +1666,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 1.0.311; + MARKETING_VERSION = 1.0.312; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ( diff --git a/native/ios/Comm/Info.debug.plist b/native/ios/Comm/Info.debug.plist index 31ec7a1c1c..ba7ca53643 100644 --- a/native/ios/Comm/Info.debug.plist +++ b/native/ios/Comm/Info.debug.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.311 + 1.0.312 CFBundleSignature ???? CFBundleVersion - 311 + 312 CFBundleURLTypes diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist index 0e8078b1c7..517a7acb54 100644 --- a/native/ios/Comm/Info.release.plist +++ b/native/ios/Comm/Info.release.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.311 + 1.0.312 CFBundleSignature ???? CFBundleVersion - 311 + 312 CFBundleURLTypes