Skip to content

Commit 86cba7d

Browse files
committed
Merge main
2 parents cac410a + d6e4b6f commit 86cba7d

493 files changed

Lines changed: 16862 additions & 4831 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.

.github/workflows/buildAndroid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ jobs:
123123
distribution: oracle
124124
java-version: ${{ steps.get-java-version.outputs.version }}
125125

126+
# v6.1.0
126127
- name: Setup Gradle
127-
# v4
128-
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244
128+
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e
129129

130130
- name: Setup 1Password CLI and certificates
131131
uses: Expensify/GitHub-Actions/setup-certificate-1p@main

.github/workflows/publishReactNativeAndroidArtifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ jobs:
160160
distribution: oracle
161161
java-version: ${{ steps.get-java-version.outputs.version }}
162162

163+
# v6.1.0
163164
- name: Setup Gradle
164-
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244
165+
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e
165166

166167
- name: Determine new patched RN version
167168
id: getNewPatchedVersion

Mobile-Expensify

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ android {
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113113
multiDexEnabled rootProject.ext.multiDexEnabled
114-
versionCode 1009037404
115-
versionName "9.3.74-4"
114+
versionCode 1009037506
115+
versionName "9.3.75-6"
116116
// Supported language variants must be declared here to avoid from being removed during the compilation.
117117
// This also helps us to not include unnecessary language variants in the APK.
118118
resConfigs "en", "es"

assets/images/product-illustrations/illustration__copilots.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

config/eslint/eslint.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,11 +402,6 @@ const config = defineConfig([
402402
selector: 'CallExpression[callee.object.name="React"][callee.property.name="forwardRef"]',
403403
message: 'forwardRef is deprecated. Please use ref as a prop instead. See: contributingGuides/STYLE.md#forwarding-refs',
404404
},
405-
{
406-
selector: 'CallExpression[callee.name="getUrlWithBackToParam"]',
407-
message:
408-
'Usage of getUrlWithBackToParam function is prohibited. This is legacy code and no new occurrences should be added. Please look into the `How to remove backTo from URL` section in contributingGuides/NAVIGATION.md. and use alternative routing methods instead.',
409-
},
410405
{
411406
selector: 'ImportNamespaceSpecifier[parent.source.value=/^@libs/]',
412407
message: 'Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"',

0 commit comments

Comments
 (0)