Skip to content

Commit

Permalink
removed android build version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jan 28, 2025
1 parent 6468df5 commit f8e65b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8e65b0

Please sign in to comment.