diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 802cff24..54a6c52b 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -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 @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 248f3e57..94a0dd34 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"