Skip to content

Commit 0cebecf

Browse files
authored
Merge pull request #8189 from Expensify/OSBotify-cherry-pick-staging-8186
2 parents b6c88c8 + c711ec7 commit 0cebecf

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 1001014301
156-
versionName "1.1.43-1"
155+
versionCode 1001014302
156+
versionName "1.1.43-2"
157157
}
158158
splits {
159159
abi {

ios/NewExpensify/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</dict>
3232
</array>
3333
<key>CFBundleVersion</key>
34-
<string>1.1.43.1</string>
34+
<string>1.1.43.2</string>
3535
<key>ITSAppUsesNonExemptEncryption</key>
3636
<false/>
3737
<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.43.1</string>
22+
<string>1.1.43.2</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.43-1",
3+
"version": "1.1.43-2",
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/AddressSearch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const AddressSearch = (props) => {
160160
inputID: props.inputID,
161161
shouldSaveDraft: props.shouldSaveDraft,
162162
onBlur: props.onBlur,
163-
autoComplete: 'none',
163+
autoComplete: 'off',
164164
onChangeText: (text) => {
165165
if (skippedFirstOnChangeTextRef.current) {
166166
props.onChange({street: text});

0 commit comments

Comments
 (0)