diff --git a/android/app/build.gradle b/android/app/build.gradle index 8d61608c8e51..adbb0644dfeb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -150,8 +150,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001008609 - versionName "1.0.86-9" + versionCode 1001008610 + versionName "1.0.86-10" } splits { abi { diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index c99f64db1efc..9da2274be761 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 1.0.86.9 + 1.0.86.10 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist index 97f866b15919..c9541f592813 100644 --- a/ios/NewExpensifyTests/Info.plist +++ b/ios/NewExpensifyTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.0.86.9 + 1.0.86.10 diff --git a/package-lock.json b/package-lock.json index f70b9ff638c0..31dcfc806053 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.0.86-9", + "version": "1.0.86-10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5cbf98b69dfa..86389934a33d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.0.86-9", + "version": "1.0.86-10", "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/IdentityForm.js b/src/pages/ReimbursementAccount/IdentityForm.js index f352b9cd6751..abba918e2619 100644 --- a/src/pages/ReimbursementAccount/IdentityForm.js +++ b/src/pages/ReimbursementAccount/IdentityForm.js @@ -7,6 +7,7 @@ import styles from '../../styles/styles'; import withLocalize, {withLocalizePropTypes} from '../../components/withLocalize'; import {translateLocal} from '../../libs/translate'; import {hideBankAccountErrors} from '../../libs/actions/BankAccounts'; +import Text from '../../components/Text'; const propTypes = { /** Style for wrapping View */