Skip to content

Commit

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

🍒 Cherry pick PR #21256 to staging 🍒
  • Loading branch information
OSBotify authored Jun 21, 2023
2 parents caf4ad2 + 2536781 commit 3fd6cc0
Show file tree
Hide file tree
Showing 5 changed files with 716 additions and 210 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 1001033001
versionName "1.3.30-1"
versionCode 1001033002
versionName "1.3.30-2"
}

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 @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.3.30.1</string>
<string>1.3.30.2</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.30.1</string>
<string>1.3.30.2</string>
</dict>
</plist>
Loading

0 comments on commit 3fd6cc0

Please sign in to comment.