From 976eefcb084a5061b2131bfd477b264423d5bf77 Mon Sep 17 00:00:00 2001 From: Ashoat Tevosyan Date: Thu, 25 Apr 2024 14:34:39 -0400 Subject: [PATCH] [native] codeVersion -> 340 --- 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 98aa6b6520..951be4015c 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 339 - versionName '1.0.339' + versionCode 340 + versionName '1.0.340' 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 9e8e083ef2..fc71dc1fcb 100644 --- a/native/cpp/CommonCpp/NativeModules/CommCoreModule.h +++ b/native/cpp/CommonCpp/NativeModules/CommCoreModule.h @@ -26,7 +26,7 @@ namespace comm { namespace jsi = facebook::jsi; class CommCoreModule : public facebook::react::CommCoreModuleSchemaCxxSpecJSI { - const int codeVersion{339}; + const int codeVersion{340}; 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 ccfc23276b..f073f9234a 100644 --- a/native/ios/Comm.xcodeproj/project.pbxproj +++ b/native/ios/Comm.xcodeproj/project.pbxproj @@ -1672,7 +1672,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 339; + CURRENT_PROJECT_VERSION = 340; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = H98Y8MH53M; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1691,7 +1691,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 1.0.339; + MARKETING_VERSION = 1.0.340; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; OTHER_CFLAGS = ( @@ -1731,7 +1731,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 339; + CURRENT_PROJECT_VERSION = 340; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = H98Y8MH53M; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1746,7 +1746,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 1.0.339; + MARKETING_VERSION = 1.0.340; 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 e3927d9ea5..09b256e95d 100644 --- a/native/ios/Comm/Info.debug.plist +++ b/native/ios/Comm/Info.debug.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.339 + 1.0.340 CFBundleSignature ???? CFBundleVersion - 339 + 340 CFBundleURLTypes diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist index e843acd770..3ab7109974 100644 --- a/native/ios/Comm/Info.release.plist +++ b/native/ios/Comm/Info.release.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.339 + 1.0.340 CFBundleSignature ???? CFBundleVersion - 339 + 340 CFBundleURLTypes