File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ android {
140
140
applicationId " com.chatwoot.app"
141
141
minSdkVersion rootProject. ext. minSdkVersion
142
142
targetSdkVersion rootProject. ext. targetSdkVersion
143
- versionCode 5169
144
- versionName " 1.9.27 "
143
+ versionCode 5170
144
+ versionName " 1.10.0 "
145
145
buildConfigField " boolean" , " IS_NEW_ARCHITECTURE_ENABLED" , isNewArchitectureEnabled(). toString()
146
146
147
147
multiDexEnabled true
Original file line number Diff line number Diff line change 567
567
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
568
568
CLANG_ENABLE_MODULES = YES;
569
569
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
570
- CURRENT_PROJECT_VERSION = 302 ;
570
+ CURRENT_PROJECT_VERSION = 303 ;
571
571
DEVELOPMENT_TEAM = L7YLMN4634;
572
572
ENABLE_BITCODE = NO;
573
573
INFOPLIST_FILE = Chatwoot/Info.plist;
580
580
"$(SDKROOT)/usr/lib/swift",
581
581
"$(inherited)",
582
582
);
583
- MARKETING_VERSION = 1.9.27 ;
583
+ MARKETING_VERSION = 1.10.0 ;
584
584
OTHER_LDFLAGS = (
585
585
"$(inherited)",
586
586
"-ObjC",
605
605
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
606
606
CLANG_ENABLE_MODULES = YES;
607
607
CODE_SIGN_ENTITLEMENTS = Chatwoot/Chatwoot.entitlements;
608
- CURRENT_PROJECT_VERSION = 302 ;
608
+ CURRENT_PROJECT_VERSION = 303 ;
609
609
DEVELOPMENT_TEAM = L7YLMN4634;
610
610
INFOPLIST_FILE = Chatwoot/Info.plist;
611
611
INFOPLIST_KEY_CFBundleDisplayName = Chatwoot;
617
617
"$(SDKROOT)/usr/lib/swift",
618
618
"$(inherited)",
619
619
);
620
- MARKETING_VERSION = 1.9.27 ;
620
+ MARKETING_VERSION = 1.10.0 ;
621
621
OTHER_LDFLAGS = (
622
622
"$(inherited)",
623
623
"-ObjC",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chatwoot/mobile-app" ,
3
- "version" : " 1.9.27 " ,
3
+ "version" : " 1.10.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments