Skip to content

Commit

Permalink
升级版本;
Browse files Browse the repository at this point in the history
自动打包只出64位apk了;
  • Loading branch information
FirstJavaMaster committed Mar 4, 2022
1 parent 4895dff commit 7d9ac55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: flutter build apk
- run: flutter build apk --target-platform=android-arm64
env:
SIGN_KEY_STORE_PASSWORD: ${{ secrets.SIGN_KEY_STORE_PASSWORD }}
SIGN_KEY_PASSWORD: ${{ secrets.SIGN_KEY_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.1.0+20220302
version: 2.2.0+20220304

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

0 comments on commit 7d9ac55

Please sign in to comment.