You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Do not force terminal in CI environment
* Use sh/cmd.exe with "yes" to run sdk manager
* Install more Android SDKs and tools
* Fix Windows android installation
* Fix windows Android SDK installation
* Fix Windows android installation, again
* Fix again
* Another try
* Finally fixed?
* encoding="utf-8"
* Try echo y
* Remove input from processes.run
* Output plain-text status in non-terminal
* Flet version bumped to 0.27.3
* Escape sdk manager path
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Flet changelog
2
2
3
+
## 0.27.3
4
+
5
+
* Fixes to make `flet build` work in CI environment ([#4993](https://github.com/flet-dev/flet/issues/4993))
6
+
3
7
## 0.27.2
4
8
5
9
* Error on second flet build run "Because {app} depends on flet_{package} from path which doesn't exist" ([#4955](https://github.com/flet-dev/flet/issues/4955))
Copy file name to clipboardExpand all lines: packages/flet/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# 0.27.3
2
+
3
+
* Fixes to make `flet build` work in CI environment ([#4993](https://github.com/flet-dev/flet/issues/4993))
4
+
1
5
# 0.27.2
2
6
3
7
* Error on second flet build run "Because {app} depends on flet_{package} from path which doesn't exist" ([#4955](https://github.com/flet-dev/flet/issues/4955))
0 commit comments