Skip to content

Commit

Permalink
Bump to 1.8.0+553
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Dec 19, 2024
1 parent 1070ec3 commit 86ecb81
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.22.3",
"flutterSdkVersion": "stable",
"flavors": {}
}
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- '!v*apk'
- '!v*mac'
- '!v*win'
- '!v*.flutter2'
- '!v*.bot'
- '!v*.linux'

Expand All @@ -33,7 +32,7 @@ jobs:
include:
- target: android
os: ubuntu-latest
flutter_version: "3.22.x"
flutter_version: "3.x"
artifact_name: release-apk
artifact_path: build/app/outputs/apk/release/Eros-FE*.apk
- target: ios
Expand All @@ -43,12 +42,12 @@ jobs:
artifact_path: build/**/Eros-FE*.ipa
- target: macos
os: macos-14
flutter_version: "3.22.x"
flutter_version: "3.x"
artifact_name: release-mac
artifact_path: build/macos/Eros-FE*.zip
- target: windows
os: windows-latest
flutter_version: "3.22.x"
flutter_version: "3.x"
artifact_name: release-windows
artifact_path: build/windows/Eros-FE*.zip

Expand Down
13 changes: 13 additions & 0 deletions changelog/v1.8.0+553.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### ✨ 功能

- 更新 zh_TW 本地化 (感謝 @NeKoOuO)
- 更新 Flutter 到 3.27, 更新相关依赖

---

### ✨ Features

- Update zh_TW localization (thanks to @NeKoOuO)
- Update Flutter to 3.27, update related dependencies

---
1 change: 0 additions & 1 deletion ios/.fvm/flutter_sdk

This file was deleted.

4 changes: 0 additions & 4 deletions ios/.fvm/fvm_config.json

This file was deleted.

Loading

0 comments on commit 86ecb81

Please sign in to comment.