Skip to content

Commit 11e0ffa

Browse files
authored
Merge pull request #17359 from Expensify/francoisl-cherry-pick-staging-17352
🍒 Cherry pick PR #17352 to staging 🍒
2 parents 05a5499 + fb2945f commit 11e0ffa

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ android {
106106
minSdkVersion rootProject.ext.minSdkVersion
107107
targetSdkVersion rootProject.ext.targetSdkVersion
108108
multiDexEnabled rootProject.ext.multiDexEnabled
109-
versionCode 1001029904
110-
versionName "1.2.99-4"
109+
versionCode 1001029906
110+
versionName "1.2.99-6"
111111
}
112112

113113
splits {

ios/NewExpensify/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</dict>
3131
</array>
3232
<key>CFBundleVersion</key>
33-
<string>1.2.99.4</string>
33+
<string>1.2.99.6</string>
3434
<key>ITSAppUsesNonExemptEncryption</key>
3535
<false/>
3636
<key>LSApplicationQueriesSchemes</key>

ios/NewExpensifyTests/Info.plist

Lines changed: 1 addition & 1 deletion
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.2.99.4</string>
22+
<string>1.2.99.6</string>
2323
</dict>
2424
</plist>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "1.2.99-4",
3+
"version": "1.2.99-6",
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/Notification/PushNotification/subscribeToReportCommentPushNotifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {CONST} from 'expensify-common/lib/CONST';
21
import {Linking} from 'react-native';
32
import Onyx from 'react-native-onyx';
3+
import CONST from '../../../CONST';
44
import PushNotification from '.';
55
import ROUTES from '../../../ROUTES';
66
import Log from '../../Log';

0 commit comments

Comments
 (0)