chore: update Flutter to version 3.32.0 (#85)

This commit is contained in:
Dr.Blank 2025-05-28 11:32:07 +05:30 committed by GitHub
parent 19046d92d9
commit 8485a26f1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 79 additions and 63 deletions

View file

@ -70,6 +70,10 @@ jobs:
flutter-channel: stable
java-version: 17
- name: Accept Android SDK Licenses
run: |
yes | sudo $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
- name: Decode android/upload.jks
run: echo "${{ secrets.UPLOAD_KEYSTORE_JKS }}" | base64 --decode > android/upload.jks