From 0c11a17f08b13f41a1b0874035c149761c3a1775 Mon Sep 17 00:00:00 2001 From: Ashoat Tevosyan Date: Tue, 15 Oct 2024 15:45:14 -0400 Subject: [PATCH] [native] codeVersion -> 426 --- 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 d687a8e7d4..0422fa901e 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 425 - versionName '1.0.425' + versionCode 426 + versionName '1.0.426' 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 611e99d358..5f1a283c70 100644 --- a/native/cpp/CommonCpp/NativeModules/CommCoreModule.h +++ b/native/cpp/CommonCpp/NativeModules/CommCoreModule.h @@ -29,7 +29,7 @@ namespace comm { namespace jsi = facebook::jsi; class CommCoreModule : public facebook::react::CommCoreModuleSchemaCxxSpecJSI { - const int codeVersion{425}; + const int codeVersion{426}; 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 32a5135f0f..ac3a89e3ba 100644 --- a/native/ios/Comm.xcodeproj/project.pbxproj +++ b/native/ios/Comm.xcodeproj/project.pbxproj @@ -1710,7 +1710,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 425; + CURRENT_PROJECT_VERSION = 426; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = H98Y8MH53M; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1729,7 +1729,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 1.0.425; + MARKETING_VERSION = 1.0.426; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; OTHER_CFLAGS = ( @@ -1769,7 +1769,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 425; + CURRENT_PROJECT_VERSION = 426; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = H98Y8MH53M; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1784,7 +1784,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 1.0.425; + MARKETING_VERSION = 1.0.426; 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 16bc33c3e0..1892da408c 100644 --- a/native/ios/Comm/Info.debug.plist +++ b/native/ios/Comm/Info.debug.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.425 + 1.0.426 CFBundleSignature ???? CFBundleVersion - 425 + 426 CFBundleURLTypes diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist index 97fd24d3d6..5537b486a4 100644 --- a/native/ios/Comm/Info.release.plist +++ b/native/ios/Comm/Info.release.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.425 + 1.0.426 CFBundleSignature ???? CFBundleVersion - 425 + 426 CFBundleURLTypes