From dcea2d4e422c83b3d04cbb90abb711342079c8ce Mon Sep 17 00:00:00 2001 From: Thiago Carvalho Date: Wed, 21 Feb 2024 17:16:14 -0300 Subject: [PATCH] add release notes and re-enable android builds --- .github/workflows/production.yaml | 2 -- android/fastlane/metadata/android/en-US/changelogs/110.txt | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 android/fastlane/metadata/android/en-US/changelogs/110.txt diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 36e2464e9c..7c408bf315 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -102,8 +102,6 @@ jobs: run: bundle exec fastlane deploy type:staging build-android: - # Skipped until fix the upload to turbo - if: false needs: pre-build runs-on: ubuntu-latest steps: diff --git a/android/fastlane/metadata/android/en-US/changelogs/110.txt b/android/fastlane/metadata/android/en-US/changelogs/110.txt new file mode 100644 index 0000000000..cb9ff5cfaa --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/110.txt @@ -0,0 +1 @@ +- Adds web chunked uploader, boosting ArDrive upload efficiency \ No newline at end of file