Skip to content

Commit 0cbc32a

Browse files
committed
Upgrade Python version to 3.13 in build workflow; update Android plugin version to 8.12.2; add minSdkVersion 24 requirement in changelog
1 parent 37ca0f4 commit 0cbc32a

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

SECURITY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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

app/android/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
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

metadata/en-US/changelogs/12.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
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

1415
Read more here: https://linwood.dev/flow/0.5.0

0 commit comments

Comments
 (0)