Skip to content

Commit

Permalink
Resolve conflicts - use 9.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jun 20, 2024
1 parent dc203be commit 5b47e79
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 29 deletions.
5 changes: 0 additions & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
<<<<<<< HEAD
versionCode 1009000001
versionName "9.0.0-1"
=======
versionCode 1009000000
versionName "9.0.0-0"
>>>>>>> 5b0d3e8 (Merge pull request #44045 from Expensify/andrew-hybrid-verison-9)
// Supported language variants must be declared here to avoid from being removed during the compilation.
// This also helps us to not include unnecessary language variants in the APK.
resConfigs "en", "es"
Expand Down
4 changes: 0 additions & 4 deletions ios/NewExpensify/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<<<<<<< HEAD
<string>9.0.0.1</string>
=======
<string>9.0.0.0</string>
>>>>>>> 5b0d3e8 (Merge pull request #44045 from Expensify/andrew-hybrid-verison-9)
<key>FullStory</key>
<dict>
<key>OrgId</key>
Expand Down
4 changes: 0 additions & 4 deletions ios/NewExpensifyTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<<<<<<< HEAD
<string>9.0.0.1</string>
=======
<string>9.0.0.0</string>
>>>>>>> 5b0d3e8 (Merge pull request #44045 from Expensify/andrew-hybrid-verison-9)
</dict>
</plist>
4 changes: 0 additions & 4 deletions ios/NotificationServiceExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
<key>CFBundleShortVersionString</key>
<string>9.0.0</string>
<key>CFBundleVersion</key>
<<<<<<< HEAD
<string>9.0.0.1</string>
=======
<string>9.0.0.0</string>
>>>>>>> 5b0d3e8 (Merge pull request #44045 from Expensify/andrew-hybrid-verison-9)
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
8 changes: 0 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "new.expensify",
<<<<<<< HEAD
"version": "9.0.0-1",
=======
"version": "9.0.0-0",
>>>>>>> 5b0d3e8 (Merge pull request #44045 from Expensify/andrew-hybrid-verison-9)
"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.",
Expand Down

0 comments on commit 5b47e79

Please sign in to comment.