Skip to content

Commit 9b59c60

Browse files
authored
Merge branch 'Expensify:main' into krishna2323/issue/62907
2 parents 9350c86 + db267d0 commit 9b59c60

325 files changed

Lines changed: 6812 additions & 2800 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.well-known/apple-app-site-association

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
"/": "/a/*",
1313
"comment": "Profile Page"
1414
},
15+
{
16+
"/": "/home/*",
17+
"comment": "Home Page"
18+
},
19+
{
20+
"/": "/workspaces/*",
21+
"comment": "Workspaces List Page"
22+
},
1523
{
1624
"/": "/settings/*",
1725
"comment": "Profile and app settings"

Mobile-Expensify

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ android {
114114
minSdkVersion rootProject.ext.minSdkVersion
115115
targetSdkVersion rootProject.ext.targetSdkVersion
116116
multiDexEnabled rootProject.ext.multiDexEnabled
117-
versionCode 1009018304
118-
versionName "9.1.83-4"
117+
versionCode 1009018603
118+
versionName "9.1.86-3"
119119
// Supported language variants must be declared here to avoid from being removed during the compilation.
120120
// This also helps us to not include unnecessary language variants in the APK.
121121
resConfigs "en", "es"
Lines changed: 25 additions & 0 deletions
Loading
Lines changed: 25 additions & 0 deletions
Loading
Lines changed: 30 additions & 0 deletions
Loading
Lines changed: 28 additions & 0 deletions
Loading
Lines changed: 25 additions & 0 deletions
Loading
Lines changed: 25 additions & 0 deletions
Loading
Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)