Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
chore(flutter): upgrade flutter version to 1.20 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrFLEURY authored Aug 6, 2020
1 parent 0afd772 commit 59628a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.17.5'
flutter-version: '1.20.0'
- run: flutter pub get
- run: flutter format --set-exit-if-changed .
- run: flutter analyze
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.17.5'
flutter-version: '1.20.0'
- run: flutter pub get
- run: flutter format --set-exit-if-changed .
- run: flutter analyze
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup flutter action
uses: subosito/flutter-action@v1
with:
flutter-version: '1.17.5'
flutter-version: '1.20.0'
- name: Build
run: |
echo "Running on ${{github.ref}}"
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter project.
# 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: 1.0.0+7
version: 1.0.0+19

environment:
sdk: '>=2.2.0 <3.0.0'
Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies:
barcode_widget: ^1.4.0
image_picker: ^0.6.5
gallery_saver: ^2.0.1
flutter_svg: ^0.17.4
flutter_svg: ^0.18.0
firebase_storage: ^3.1.6

# The following adds the Cupertino Icons font to your application.
Expand Down

0 comments on commit 59628a4

Please sign in to comment.