Skip to content

Commit

Permalink
Fix build (#41)
Browse files Browse the repository at this point in the history
* bump Java version

* bump Flutter version

* revert build trigger

* revert spacing
  • Loading branch information
Varnius authored Aug 26, 2024
1 parent 2bf31ae commit 7438693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.10'
flutter-version: '3.24.1'
channel: 'stable'

- run: pushd example; flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-ipa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.10'
flutter-version: '3.24.1'
channel: 'stable'
architecture: x64

Expand Down

0 comments on commit 7438693

Please sign in to comment.