From 3ab81c1822015057193b959286ebad5b0babf86b Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 10 Dec 2021 18:57:37 +0100 Subject: [PATCH] target platform arm64 and use stable dart version --- .gitlab-ci.yml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 423d05a..4a2c4f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ flutter_build_android: #Job name - flutter packages get - flutter clean script: - - flutter build apk + - flutter build apk --target-platform android-arm64 artifacts: paths: - build/app/outputs/apk/release/app-release.apk diff --git a/pubspec.yaml b/pubspec.yaml index e4faa93..16f8a06 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.0+1 environment: - sdk: ">=2.16.0-85.0.dev <3.0.0" + sdk: ">=2.15.0 <3.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions