File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ jobs:
363363 flutter-version-file : app/pubspec.yaml
364364 - uses : actions/setup-python@v5
365365 with :
366- python-version : " 3.12 "
366+ python-version : " 3.13 "
367367 - name : ✅ Enable platforms
368368 run : flutter config --enable-macos-desktop
369369 - name : 📦 Get dependencies
Original file line number Diff line number Diff line change 22
33## Supported Versions
44
5- | Version | Supported | |
6- | ------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------- |
7- | 0.4.2 | :white_check_mark : | [ Docs ] ( https://docs.flow.linwood.dev/docs/dev/intro ) [ Release] ( https://github.com/LinwoodDev/Flow/releases/tag/v0.4.2 ) |
8- | 0.3.1 | :x : | [ Docs ] ( https://docs.flow.linwood.dev/docs/dev/intro ) [ Release] ( https://github.com/LinwoodDev/Flow/releases/tag/v0.3.1 ) |
9- | 0.2.1 | :x : | [ Docs ] ( https://docs.flow.linwood.dev/docs/dev/intro ) [ Release] ( https://github.com/LinwoodDev/Flow/releases/tag/v0.2.1 ) |
10- | 0.1.3 | :x : | [ Docs ] ( https://docs.flow.linwood.dev/docs/dev/intro ) [ Release] ( https://github.com/LinwoodDev/Flow/releases/tag/v0.1.3 ) |
5+ | Version | Supported | |
6+ | ------- | ------------------ | ----------------------------------------------------------------- |
7+ | 0.4.2 | :white_check_mark : | [ Release] ( https://github.com/LinwoodDev/Flow/releases/tag/v0.4.2 ) |
8+ | 0.3.1 | :x : | [ Release] ( https://github.com/LinwoodDev/Flow/releases/tag/v0.3.1 ) |
9+ | 0.2.1 | :x : | [ Release] ( https://github.com/LinwoodDev/Flow/releases/tag/v0.2.1 ) |
10+ | 0.1.3 | :x : | [ Release] ( https://github.com/LinwoodDev/Flow/releases/tag/v0.1.3 ) |
1111
1212## Reporting a Vulnerability
1313
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
1818
1919plugins {
2020 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
21- id(" com.android.application" ) version " 8.12.0 " apply false
21+ id(" com.android.application" ) version " 8.12.2 " apply false
2222 id(" org.jetbrains.kotlin.android" ) version " 2.2.10" apply false
2323}
2424
Original file line number Diff line number Diff line change 1010* Fix icons for name text fields
1111* Update to agb 8.10
1212* Upgrade to flutter 3.32 and 3.35
13+ * Use minSdkVersion 24 instead of 23 (The minimum version of android is 7.0 (Nougat))
1314
1415Read more here: https://linwood.dev/flow/0.5.0
You can’t perform that action at this time.
0 commit comments