Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Oct 28, 2024
1 parent 5ff3e15 commit e130003
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_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
version: ${{ steps.get_version.outputs.version }}
runs-on: ${{ matrix.os }}
env:
FLUTTER_VERSION: 3.27.0-1.0.pre.121
FLUTTER_VERSION: 3.24.4
steps:
# Checkout branch
- name: Checkout
Expand All @@ -67,7 +67,7 @@ jobs:
uses: subosito/[email protected]
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: 'master'
channel: 'stable'
cache: true
# Cache Pod
- name: Cache Pod
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: jhentai
description: A flutter app for E-Hentai/EXHentai

publish_to: 'none'
version: 8.0.5+266
version: 8.0.5+267

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit e130003

Please sign in to comment.