From f8e65b0ead987a171125a8af8e6f41cee7af48d8 Mon Sep 17 00:00:00 2001 From: Mariotaku Date: Tue, 28 Jan 2025 11:35:35 +0900 Subject: [PATCH] removed android build version pinning --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 344ec76..ee92384 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -156,8 +156,6 @@ jobs: if: startsWith(matrix.target, 'android') shell: bash run: | - # TODO: Remove this once patches are merged - cargo install --git https://github.com/mariotaku/tauri.git --rev 1ec4cb57 tauri-cli --force npm run tauri android init npm run tauri android build -- --aab if [ -n "$AAB_SIGNING_KEYSTORE" ]; then