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
81dc10de
Unverified
Commit
81dc10de
authored
Dec 07, 2021
by
Diego Mello
Committed by
GitHub
Dec 07, 2021
Browse files
Bump version to 4.23.0 (#3546)
parent
691bf1ef
Changes
5
Hide whitespace changes
Inline
Side-by-side
android/app/build.gradle
View file @
81dc10de
...
...
@@ -144,7 +144,7 @@ android {
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
VERSIONCODE
as
Integer
versionName
"4.2
2
.0"
versionName
"4.2
3
.0"
vectorDrawables
.
useSupportLibrary
=
true
if
(!
isFoss
)
{
manifestPlaceholders
=
[
BugsnagAPIKey:
BugsnagAPIKey
as
String
]
...
...
ios/RocketChatRN.xcodeproj/project.pbxproj
View file @
81dc10de
...
...
@@ -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
2
.0
;
MARKETING_VERSION
=
4.2
3
.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
2
.0
;
MARKETING_VERSION
=
4.2
3
.0
;
MTL_FAST_MATH
=
YES
;
PRODUCT_BUNDLE_IDENTIFIER
=
chat.rocket.reactnative.NotificationService
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
...
...
ios/RocketChatRN/Info.plist
View file @
81dc10de
...
...
@@ -26,7 +26,7 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
4.2
2
.0
</string>
<string>
4.2
3
.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleURLTypes
</key>
...
...
ios/ShareRocketChatRN/Info.plist
View file @
81dc10de
...
...
@@ -26,7 +26,7 @@
<key>
CFBundlePackageType
</key>
<string>
XPC!
</string>
<key>
CFBundleShortVersionString
</key>
<string>
4.2
2
.0
</string>
<string>
4.2
3
.0
</string>
<key>
CFBundleVersion
</key>
<string>
1
</string>
<key>
KeychainGroup
</key>
...
...
package.json
View file @
81dc10de
{
"name"
:
"rocket-chat-reactnative"
,
"version"
:
"4.2
2
.0"
,
"version"
:
"4.2
3
.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