mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-24 11:59:30 +00:00
chore: update Flutter to version 3.32.0 (#85)
This commit is contained in:
parent
19046d92d9
commit
8485a26f1a
8 changed files with 79 additions and 63 deletions
4
.github/workflows/flutter-ci.yaml
vendored
4
.github/workflows/flutter-ci.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue