Skip to content

Commit

Permalink
⚡ 021
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Oct 30, 2023
1 parent 88db949 commit 4b15ff3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,18 @@ jobs:
host: ubuntu-latest
flutter_version: '3.10.5'
flutter_channel: 'stable'
- target: android-arm32
host: ubuntu-latest
flutter_version: '2.10.5'
flutter_channel: 'stable'
- target: android-arm64
host: ubuntu-latest
flutter_version: '2.10.5'
flutter_channel: 'stable'
- target: android-x86_64
host: ubuntu-latest
flutter_version: '2.10.5'
flutter_channel: 'stable'
# - target: android-arm32
# host: ubuntu-latest
# flutter_version: '2.10.5'
# flutter_channel: 'stable'
# - target: android-arm64
# host: ubuntu-latest
# flutter_version: '2.10.5'
# flutter_channel: 'stable'
# - target: android-x86_64
# host: ubuntu-latest
# flutter_version: '2.10.5'
# flutter_channel: 'stable'

runs-on: ${{ matrix.config.host }}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: jasmine comic browser

publish_to: 'none'

version: 1.5.2+20
version: 1.5.3+21

environment:
sdk: ">=2.15.1 <3.0.0"
Expand Down

0 comments on commit 4b15ff3

Please sign in to comment.