target platform arm64 and use stable dart version

This commit is contained in:
lukas 2021-12-10 18:57:37 +01:00
parent f7e07ac5eb
commit 3ab81c1822
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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