File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ android {
139139 applicationId " com.chatwoot.app"
140140 minSdkVersion rootProject. ext. minSdkVersion
141141 targetSdkVersion rootProject. ext. targetSdkVersion
142- versionCode 5116
143- versionName " 1.7.46 "
142+ versionCode 5117
143+ versionName " 1.8.0 "
144144 buildConfigField " boolean" , " IS_NEW_ARCHITECTURE_ENABLED" , isNewArchitectureEnabled(). toString()
145145
146146 multiDexEnabled true
Original file line number Diff line number Diff line change 559559 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
560560 CLANG_ENABLE_MODULES = YES;
561561 CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
562- CURRENT_PROJECT_VERSION = 246 ;
562+ CURRENT_PROJECT_VERSION = 247 ;
563563 DEVELOPMENT_TEAM = L7YLMN4634;
564564 ENABLE_BITCODE = NO;
565565 INFOPLIST_FILE = Chatwoot/Info.plist;
568568 "$(inherited)",
569569 "@executable_path/Frameworks",
570570 );
571- MARKETING_VERSION = 1.7.46 ;
571+ MARKETING_VERSION = 1.8.0 ;
572572 OTHER_LDFLAGS = (
573573 "$(inherited)",
574574 "-ObjC",
593593 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
594594 CLANG_ENABLE_MODULES = YES;
595595 CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
596- CURRENT_PROJECT_VERSION = 246 ;
596+ CURRENT_PROJECT_VERSION = 247 ;
597597 DEVELOPMENT_TEAM = L7YLMN4634;
598598 INFOPLIST_FILE = Chatwoot/Info.plist;
599599 INFOPLIST_KEY_CFBundleDisplayName = Chatwoot;
600600 LD_RUNPATH_SEARCH_PATHS = (
601601 "$(inherited)",
602602 "@executable_path/Frameworks",
603603 );
604- MARKETING_VERSION = 1.7.46 ;
604+ MARKETING_VERSION = 1.8.0 ;
605605 OTHER_LDFLAGS = (
606606 "$(inherited)",
607607 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " @chatwoot/mobile-app" ,
3- "version" : " 1.7.46 " ,
3+ "version" : " 1.8.0 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments