diff --git a/.github/workflows/buildAndroid.yml b/.github/workflows/buildAndroid.yml index 49f3d23ec02c..d7784e2f610b 100644 --- a/.github/workflows/buildAndroid.yml +++ b/.github/workflows/buildAndroid.yml @@ -54,8 +54,6 @@ jobs: build: name: Build Android app runs-on: ubuntu-latest-xl - env: - RUBYOPT: '-rostruct' outputs: AAB_FILE_NAME: ${{ steps.build.outputs.AAB_FILE_NAME }} APK_FILE_NAME: ${{ steps.build.outputs.APK_FILE_NAME }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1447bbf20c6d..1ceb12a30af5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -81,8 +81,6 @@ jobs: name: Upload Android build to Google Play Store needs: buildAndroid runs-on: ubuntu-latest - env: - RUBYOPT: '-rostruct' steps: - name: Checkout uses: actions/checkout@v4 @@ -121,8 +119,6 @@ jobs: needs: prep if: ${{ github.ref == 'refs/heads/production' }} runs-on: ubuntu-latest - env: - RUBYOPT: '-rostruct' steps: - name: Checkout uses: actions/checkout@v4 @@ -170,8 +166,6 @@ jobs: defaults: run: working-directory: Mobile-Expensify/react-native - env: - RUBYOPT: '-rostruct' steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index 035879bf9727..1ce493715b78 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -93,8 +93,6 @@ jobs: name: Upload Android app to S3 needs: [buildAndroid] runs-on: ubuntu-latest - env: - RUBYOPT: '-rostruct' outputs: S3_APK_PATH: ${{ steps.exportS3Path.outputs.S3_APK_PATH }} steps: diff --git a/android/app/build.gradle b/android/app/build.gradle index 458dff08605a..5fd9f28f0732 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -110,8 +110,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1009006302 - versionName "9.0.63-2" + versionCode 1009006303 + versionName "9.0.63-3" // 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" diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 31738835b1dc..dcf7c9f238a6 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -265,11 +265,15 @@ platform :android do desc "Submit HybridApp to 100% rollout on Google Play" lane :complete_hybrid_rollout do - productionVersionCode = google_play_track_version_codes(track: 'production') + productionVersionCodes = google_play_track_version_codes( + track: 'production', + package_name: "org.me.mobiexpensifyg", + json_key: './android/app/android-fastlane-json-key.json', + ) upload_to_play_store( package_name: "org.me.mobiexpensifyg", json_key: './android/app/android-fastlane-json-key.json', - version_code: productionVersionCode, + version_code: productionVersionCodes.sort.last, # Get the latest version code track: 'production', rollout: '1', skip_upload_apk: true, @@ -283,14 +287,15 @@ platform :android do desc "Update HybridApp rollout percentage on Google Play" lane :update_hybrid_rollout do |options| - productionVersionCode = google_play_track_version_codes( + productionVersionCodes = google_play_track_version_codes( track: 'production', + package_name: "org.me.mobiexpensifyg", json_key: './android/app/android-fastlane-json-key.json', ) upload_to_play_store( package_name: "org.me.mobiexpensifyg", json_key: './android/app/android-fastlane-json-key.json', - version_code: productionVersionCode, + version_code: productionVersionCodes.sort.last, # Get the latest version code track: 'production', rollout: options[:rollout], skip_upload_apk: true, diff --git a/help/_includes/search.html b/help/_includes/search.html deleted file mode 100644 index 7b024ba8ec33..000000000000 --- a/help/_includes/search.html +++ /dev/null @@ -1,363 +0,0 @@ -