Skip to content

Commit b0af3a3

Browse files
authored
Merge pull request #10473 from Expensify/OSBotify-cherry-pick-staging-10465
🍒 Cherry pick PR #10465 to staging 🍒
2 parents 771af52 + 6a1e294 commit b0af3a3

File tree

6 files changed

+166
-13
lines changed

6 files changed

+166
-13
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ android {
155155
minSdkVersion rootProject.ext.minSdkVersion
156156
targetSdkVersion rootProject.ext.targetSdkVersion
157157
multiDexEnabled rootProject.ext.multiDexEnabled
158-
versionCode 1001018814
159-
versionName "1.1.88-14"
158+
versionCode 1001018815
159+
versionName "1.1.88-15"
160160
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
161161

162162
if (isNewArchitectureEnabled()) {

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.1.88.14</string>
33+
<string>1.1.88.15</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.1.88.14</string>
22+
<string>1.1.88.15</string>
2323
</dict>
2424
</plist>

package-lock.json

Lines changed: 160 additions & 8 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.1.88-14",
3+
"version": "1.1.88-15",
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/components/PDFView/index.native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const defaultProps = {
3333
const PDFView = props => (
3434
<TouchableWithoutFeedback style={[styles.flex1, props.style]}>
3535
<PDF
36+
trustAllCerts={false}
3637
activityIndicator={<FullScreenLoadingIndicator />}
3738
source={{uri: props.sourceURL}}
3839
style={[

0 commit comments

Comments
 (0)