Skip to content

Commit

Permalink
Updates to Flutter SDK 3.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
messeb committed Mar 26, 2023
1 parent bff7b1e commit 3981496
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mobiledevops/android-sdk-image:33.0.2

ENV FLUTTER_VERSION="3.7.7"
ENV FLUTTER_VERSION="3.7.8"
ENV FLUTTER_HOME "/home/mobiledevops/.flutter-sdk"
ENV PATH $PATH:$FLUTTER_HOME/bin

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 messeb
Copyright (c) 2023 messeb

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ Currently:

| Version | Ref | Release Date |
|---|---|---|
| 3.7.7 | 2ad6cd7 | 04.03.2021 |
| 3.7.8 | 90c64ed | 04.03.2021 |

## Releases

| Tag | Flutter Version | Flutter Channel |
|---|---|---|
| 3.7.8 | 3.7.8 | stable |
| 3.7.7 | 3.7.7 | stable |
| 2.0.1 | 2.0.1 | stable |
| 1.22.5 | 1.22.5 | stable |
Expand Down Expand Up @@ -59,7 +60,7 @@ version: 2.1
jobs:
build:
docker:
- image: mobiledevops/flutter-sdk-image:2.0.1
- image: mobiledevops/flutter-sdk-image:3.7.8
steps:
- checkout
- run:
Expand All @@ -86,7 +87,7 @@ services:
- docker
env:
- DOCKER_IMAGE=mobiledevops/flutter-sdk-image:2.0.1
- DOCKER_IMAGE=mobiledevops/flutter-sdk-image:3.7.8
before_install:
- docker pull $DOCKER_IMAGE
Expand All @@ -108,7 +109,7 @@ Example:

```
# .gitlab-ci.yml
image: mobiledevops/flutter-sdk-image:2.0.1
image: mobiledevops/flutter-sdk-image:3.7.8
stages:
- build
Expand All @@ -127,4 +128,4 @@ Example Project: https://gitlab.com/mobiledevops/flutter-ci-demo

[Contributing](.github/CONTRIBUTING.md)

[Code of Conduct](.github/CODE_OF_CONDUCT.md)
[Code of Conduct](.github/CODE_OF_CONDUCT.md)

0 comments on commit 3981496

Please sign in to comment.