diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9912b05..53bdedd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: cirrusci/flutter:stable +image: ghcr.io/cirruslabs/flutter:stable stages: - archive diff --git a/pubspec.yaml b/pubspec.yaml index 7409b59..c010c28 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: 1.0.1 environment: - sdk: ">=2.19.0 < 4.0.0" + sdk: ">=3.1.0 < 4.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions