From a59a0798997c0933ca714c76d4f174a7c261182b Mon Sep 17 00:00:00 2001 From: Ashoat Tevosyan Date: Thu, 14 Sep 2023 09:50:34 -0400 Subject: [PATCH] [native] codeVersion -> 259 --- 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 2016a4a104..74d2cfcf6b 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 258 - versionName '1.0.258' + versionCode 259 + versionName '1.0.259' 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 7734661f01..e4a0c42466 100644 --- a/native/cpp/CommonCpp/NativeModules/CommCoreModule.h +++ b/native/cpp/CommonCpp/NativeModules/CommCoreModule.h @@ -18,7 +18,7 @@ namespace comm { namespace jsi = facebook::jsi; class CommCoreModule : public facebook::react::CommCoreModuleSchemaCxxSpecJSI { - const int codeVersion{258}; + const int codeVersion{259}; std::unique_ptr cryptoThread; CommSecureStore secureStore; diff --git a/native/ios/Comm.xcodeproj/project.pbxproj b/native/ios/Comm.xcodeproj/project.pbxproj index 6fa5b6be0f..2a2ff726e3 100644 --- a/native/ios/Comm.xcodeproj/project.pbxproj +++ b/native/ios/Comm.xcodeproj/project.pbxproj @@ -1512,7 +1512,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 258; + CURRENT_PROJECT_VERSION = 259; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = H98Y8MH53M; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1531,7 +1531,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 1.0.258; + MARKETING_VERSION = 1.0.259; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; OTHER_CFLAGS = ( @@ -1571,7 +1571,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 258; + CURRENT_PROJECT_VERSION = 259; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = H98Y8MH53M; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1586,7 +1586,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 1.0.258; + MARKETING_VERSION = 1.0.259; 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 5b7644fab6..5f2ce4f780 100644 --- a/native/ios/Comm/Info.debug.plist +++ b/native/ios/Comm/Info.debug.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.258 + 1.0.259 CFBundleSignature ???? CFBundleVersion - 258 + 259 CFBundleURLTypes diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist index 55bdb7cdcd..2d5bbcd8db 100644 --- a/native/ios/Comm/Info.release.plist +++ b/native/ios/Comm/Info.release.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.258 + 1.0.259 CFBundleSignature ???? CFBundleVersion - 258 + 259 CFBundleURLTypes