File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ android {
90
90
minSdkVersion rootProject. ext. minSdkVersion
91
91
targetSdkVersion rootProject. ext. targetSdkVersion
92
92
versionCode VERSIONCODE as Integer
93
- versionName " 4.64 .0"
93
+ versionName " 4.65 .0"
94
94
vectorDrawables. useSupportLibrary = true
95
95
manifestPlaceholders = [BugsnagAPIKey : BugsnagAPIKey as String ]
96
96
missingDimensionStrategy " RNNotifications.reactNativeVersion" , " reactNative60" // See note below!
Original file line number Diff line number Diff line change 3034
3034
"@executable_path/Frameworks",
3035
3035
"@executable_path/../../Frameworks",
3036
3036
);
3037
- MARKETING_VERSION = 4.64 .0;
3037
+ MARKETING_VERSION = 4.65 .0;
3038
3038
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
3039
3039
MTL_FAST_MATH = YES;
3040
3040
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
3079
3079
"@executable_path/Frameworks",
3080
3080
"@executable_path/../../Frameworks",
3081
3081
);
3082
- MARKETING_VERSION = 4.64 .0;
3082
+ MARKETING_VERSION = 4.65 .0;
3083
3083
MTL_FAST_MATH = YES;
3084
3084
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
3085
3085
PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.reactnative.NotificationService;
Original file line number Diff line number Diff line change 28
28
<key >CFBundlePackageType </key >
29
29
<string >APPL </string >
30
30
<key >CFBundleShortVersionString </key >
31
- <string >4.64 .0 </string >
31
+ <string >4.65 .0 </string >
32
32
<key >CFBundleSignature </key >
33
33
<string >???? </string >
34
34
<key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 26
26
<key >CFBundlePackageType </key >
27
27
<string >XPC! </string >
28
28
<key >CFBundleShortVersionString </key >
29
- <string >4.64 .0 </string >
29
+ <string >4.65 .0 </string >
30
30
<key >CFBundleVersion </key >
31
31
<string >1 </string >
32
32
<key >KeychainGroup </key >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rocket-chat-reactnative" ,
3
- "version" : " 4.64 .0" ,
3
+ "version" : " 4.65 .0" ,
4
4
"private" : true ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments