Skip to content

Commit 2aa38b9

Browse files
authored
Merge pull request #8345 from Expensify/OSBotify-cherry-pick-staging-8343
🍒 Cherry pick PR #8343 to staging 🍒
2 parents 3615f3c + c208669 commit 2aa38b9

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ android {
152152
minSdkVersion rootProject.ext.minSdkVersion
153153
targetSdkVersion rootProject.ext.targetSdkVersion
154154
multiDexEnabled rootProject.ext.multiDexEnabled
155-
versionCode 1001014602
156-
versionName "1.1.46-2"
155+
versionCode 1001014603
156+
versionName "1.1.46-3"
157157
}
158158
splits {
159159
abi {

ios/NewExpensify/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</dict>
3131
</array>
3232
<key>CFBundleVersion</key>
33-
<string>1.1.46.2</string>
33+
<string>1.1.46.3</string>
3434
<key>ITSAppUsesNonExemptEncryption</key>
3535
<false/>
3636
<key>LSApplicationQueriesSchemes</key>

ios/NewExpensifyTests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.1.46.2</string>
22+
<string>1.1.46.3</string>
2323
</dict>
2424
</plist>

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "1.1.46-2",
3+
"version": "1.1.46-3",
44
"author": "Expensify, Inc.",
55
"homepage": "https://new.expensify.com",
66
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",

src/libs/Permissions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function canUsePolicyRooms(betas) {
9999
* @returns {Boolean}
100100
*/
101101
function canUsePolicyExpenseChat(betas) {
102-
return _.contains(betas, CONST.BETAS.BETA_POLICY_EXPENSE_CHAT) || canUseAllBetas(betas);
102+
return _.contains(betas, CONST.BETAS.POLICY_EXPENSE_CHAT) || canUseAllBetas(betas);
103103
}
104104

105105
export default {

0 commit comments

Comments
 (0)