Skip to content

Commit

Permalink
build: Bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Jul 11, 2021
1 parent 3a2552f commit 70f9d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ platform :android do
upload_to_play_store(
track: 'beta',
aab: '../build/app/outputs/bundle/prodRelease/app-prod-release.aab',
skip_upload_screenshots: true,
json_key_data: ENV['PLAY_STORE_CONFIG_JSON'],
)
end
Expand All @@ -61,7 +60,6 @@ platform :android do
upload_to_play_store(
track: 'beta',
track_promote_to: 'production',
skip_upload_changelogs: true,
json_key_data: ENV['PLAY_STORE_CONFIG_JSON'],
)
end
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ homepage: https://github.com/evan361425/flutter-pos-system
# 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
# 2.00.000-05
version: 2.0.0+20000005
# 2.0.0
version: 2.0.0+20000006

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

0 comments on commit 70f9d3a

Please sign in to comment.