Skip to content

Commit

Permalink
Android/iOS 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
muhsin-k committed Mar 14, 2023
1 parent 8ac43fb commit 0aa932c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -139,8 +139,8 @@ android {
applicationId "com.chatwoot.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5119
versionName "1.8.2"
versionCode 5121
versionName "1.8.4"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

multiDexEnabled true
Expand Down
8 changes: 4 additions & 4 deletions android/app/src/main/assets/modules.json
Expand Up @@ -67,14 +67,14 @@
"fbjs": "3.0.4",
"@kesha-antonov/react-native-action-cable": "1.1.4",
"eventemitter3": "4.0.7",
"react-native-safe-area-context": "3.2.0",
"@gorhom/bottom-sheet": "4.4.5",
"react-native-reanimated": "2.13.0",
"lodash.isequal": "4.5.0",
"moment": "2.29.4",
"lodash.groupby": "4.6.0",
"react-native-linear-gradient": "2.6.2",
"react-native-fast-image": "8.6.3",
"@gorhom/bottom-sheet": "4.4.5",
"react-native-reanimated": "2.13.0",
"lodash.isequal": "4.5.0",
"react-native-safe-area-context": "3.2.0",
"date-fns": "2.21.1",
"@shopify/flash-list": "1.4.0",
"recyclerlistview": "4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions ios/Chatwoot.xcodeproj/project.pbxproj
Expand Up @@ -559,7 +559,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
CURRENT_PROJECT_VERSION = 248;
CURRENT_PROJECT_VERSION = 250;
DEVELOPMENT_TEAM = L7YLMN4634;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Chatwoot/Info.plist;
Expand All @@ -568,7 +568,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.8.2;
MARKETING_VERSION = 1.8.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -593,15 +593,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
CURRENT_PROJECT_VERSION = 248;
CURRENT_PROJECT_VERSION = 250;
DEVELOPMENT_TEAM = L7YLMN4634;
INFOPLIST_FILE = Chatwoot/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Chatwoot;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.8.2;
MARKETING_VERSION = 1.8.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@chatwoot/mobile-app",
"version": "1.8.2",
"version": "1.8.4",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 0aa932c

Please sign in to comment.