Skip to content

Commit

Permalink
ci: java version
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy committed Aug 23, 2024
1 parent 223c847 commit 46739b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 21
java-version: 17

- name: 打包 apk
uses: subosito/flutter-action@v2
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: '哔哔音乐,听歌自由'
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# 一定要确保这个版本号在第一位
version: 0.0.3
version: 0.0.4

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

0 comments on commit 46739b4

Please sign in to comment.