diff --git a/android/app/build.gradle b/android/app/build.gradle index 3c1ffdeddb53..3198bc1b1c6d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -149,8 +149,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001012400 - versionName "1.1.24-0" + versionCode 1001012401 + versionName "1.1.24-1" } splits { abi { diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index 7d101f41f630..f77a5e88a30b 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -31,7 +31,7 @@ CFBundleVersion - 1.1.24.0 + 1.1.24.1 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist index f387b22d5efb..81ae62bc484f 100644 --- a/ios/NewExpensifyTests/Info.plist +++ b/ios/NewExpensifyTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.1.24.0 + 1.1.24.1 diff --git a/package-lock.json b/package-lock.json index 8dd64666ef05..e5655d31372c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.1.24-0", + "version": "1.1.24-1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6890aa4b777e..74241145f967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.1.24-0", + "version": "1.1.24-1", "author": "Expensify, Inc.", "homepage": "https://new.expensify.com", "description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.", diff --git a/src/pages/ReimbursementAccount/AddressForm.js b/src/pages/ReimbursementAccount/AddressForm.js index acfcc5d8650f..af9f28d41a2c 100644 --- a/src/pages/ReimbursementAccount/AddressForm.js +++ b/src/pages/ReimbursementAccount/AddressForm.js @@ -10,6 +10,10 @@ import StatePicker from '../../components/StatePicker'; import Text from '../../components/Text'; const propTypes = { + + /** Translate key for Street name */ + streetTranslationKey: PropTypes.string.isRequired, + /** Callback fired when a field changes. Passes args as {[fieldName]: val} */ onFieldChange: PropTypes.func.isRequired, @@ -47,7 +51,7 @@ const defaultProps = { const AddressForm = props => ( <> { maxLength={CONST.BANK_ACCOUNT.MAX_LENGTH.SSN} />