From a5291f6ec857ac2c05f3cf4c803012906e52fffa Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Tue, 9 Mar 2021 11:47:27 +0100 Subject: [PATCH] Move min sdk version back to 2.10 --- .github/workflows/ci.yml | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4d9b13a..c2dc06f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,10 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v1 with: - flutter-version: '1.22.2' + flutter-version: '1.22.6' + + - run: dart --version + - run: flutter --version - name: Install app dependencies run: flutter pub get diff --git a/pubspec.yaml b/pubspec.yaml index ed620555..d05ff500 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 0.1.0+5 environment: - sdk: ">=2.11.0 <3.0.0" + sdk: ">=2.10.0 <3.0.0" dependencies: flutter: