target platform arm64 and use stable dart version
This commit is contained in:
parent
f7e07ac5eb
commit
3ab81c1822
@ -9,7 +9,7 @@ flutter_build_android: #Job name
|
|||||||
- flutter packages get
|
- flutter packages get
|
||||||
- flutter clean
|
- flutter clean
|
||||||
script:
|
script:
|
||||||
- flutter build apk
|
- flutter build apk --target-platform android-arm64
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/app/outputs/apk/release/app-release.apk
|
- build/app/outputs/apk/release/app-release.apk
|
||||||
|
@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
version: 1.0.0+1
|
version: 1.0.0+1
|
||||||
|
|
||||||
environment:
|
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.
|
# Dependencies specify other packages that your package needs in order to work.
|
||||||
# To automatically upgrade your package dependencies to the latest versions
|
# To automatically upgrade your package dependencies to the latest versions
|
||||||
|
Loading…
Reference in New Issue
Block a user