Skip to content

Commit

Permalink
Merge pull request #20205 from Expensify/OSBotify-cherry-pick-staging…
Browse files Browse the repository at this point in the history
…-20199

🍒 Cherry pick PR #20199 to staging 🍒
  • Loading branch information
OSBotify authored Jun 5, 2023
2 parents 3cdaee2 + 78d430c commit eb21c03
Show file tree
Hide file tree
Showing 5 changed files with 1,877 additions and 498 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1001032400
versionName "1.3.24-0"
versionCode 1001032401
versionName "1.3.24-1"
}

splits {
Expand Down
2 changes: 1 addition & 1 deletion ios/NewExpensify/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.3.24.0</string>
<string>1.3.24.1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/NewExpensifyTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.24.0</string>
<string>1.3.24.1</string>
</dict>
</plist>
Loading

0 comments on commit eb21c03

Please sign in to comment.