Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chat
fairchat.ReactNative
Commits
d2e9e404
Unverified
Commit
d2e9e404
authored
Jan 12, 2022
by
Diego Mello
Committed by
GitHub
Jan 12, 2022
Browse files
Bump version to 4.24.0 (#3601)
parent
dbf4a847
Changes
5
Hide whitespace changes
Inline
Side-by-side
android/app/build.gradle
View file @
d2e9e404
...
...
@@ -144,7 +144,7 @@ android {
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
VERSIONCODE
as
Integer
versionName
"4.2
3
.0"
versionName
"4.2
4
.0"
vectorDrawables
.
useSupportLibrary
=
true
if
(!
isFoss
)
{
manifestPlaceholders
=
[
BugsnagAPIKey:
BugsnagAPIKey
as
String
]
...
...
ios/RocketChatRN.xcodeproj/project.pbxproj
View file @
d2e9e404
...
...
@@ -1682,7 +1682,7 @@
INFOPLIST_FILE
=
NotificationService/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
11.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"
;
MARKETING_VERSION
=
4.2
3
.0
;
MARKETING_VERSION
=
4.2
4
.0
;
MTL_ENABLE_DEBUG_INFO
=
INCLUDE_SOURCE
;
MTL_FAST_MATH
=
YES
;
PRODUCT_BUNDLE_IDENTIFIER
=
chat.rocket.reactnative.NotificationService
;
...
...
@@ -1719,7 +1719,7 @@
INFOPLIST_FILE
=
NotificationService/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
11.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"
;
MARKETING_VERSION
=
4.2
3
.0
;
MARKETING_VERSION
=
4.2
4
.0
;
MTL_FAST_MATH
=
YES
;
PRODUCT_BUNDLE_IDENTIFIER
=
chat.rocket.reactnative.NotificationService
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
...
...
ios/RocketChatRN/Info.plist
View file @
d2e9e404
...
...
@@ -26,7 +26,7 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
4.2
3
.0
</string>
<string>
4.2
4
.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleURLTypes
</key>
...
...
ios/ShareRocketChatRN/Info.plist
View file @
d2e9e404
...
...
@@ -26,7 +26,7 @@
<key>
CFBundlePackageType
</key>
<string>
XPC!
</string>
<key>
CFBundleShortVersionString
</key>
<string>
4.2
3
.0
</string>
<string>
4.2
4
.0
</string>
<key>
CFBundleVersion
</key>
<string>
1
</string>
<key>
KeychainGroup
</key>
...
...
package.json
View file @
d2e9e404
{
"name"
:
"rocket-chat-reactnative"
,
"version"
:
"4.2
3
.0"
,
"version"
:
"4.2
4
.0"
,
"private"
:
true
,
"scripts"
:
{
"start"
:
"react-native start"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment