This commit is contained in:
parent
71dcab97be
commit
15e1607072
2 changed files with 2 additions and 1 deletions
|
@ -10,4 +10,4 @@ steps:
|
||||||
- flutter pub upgrade
|
- flutter pub upgrade
|
||||||
- flutter packages pub run build_runner build --delete-conflicting-outputs
|
- flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||||
- flutter analyze --no-pub --no-current-package lib/
|
- flutter analyze --no-pub --no-current-package lib/
|
||||||
- flutter build apk
|
- flutter build apk --debug
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## 1.4.2+15 - UNRELEASED
|
## 1.4.2+15 - UNRELEASED
|
||||||
* Minor cleanup
|
* Minor cleanup
|
||||||
|
* Added external drone CI
|
||||||
|
|
||||||
## 1.4.1+14
|
## 1.4.1+14
|
||||||
* Fixed opening links
|
* Fixed opening links
|
||||||
|
|
Loading…
Reference in a new issue