generated from dellevin/template
版本更新
This commit is contained in:
@@ -260,7 +260,7 @@ flutter pub get
|
|||||||
```bash
|
```bash
|
||||||
# 构建 Release APK
|
# 构建 Release APK
|
||||||
flutter build apk --release
|
flutter build apk --release
|
||||||
# 推荐只 arm64-v8a
|
# 只构建 arm64-v8a
|
||||||
flutter build apk --release --target-platform android-arm64
|
flutter build apk --release --target-platform android-arm64
|
||||||
# 构建 App Bundle(Google Play)
|
# 构建 App Bundle(Google Play)
|
||||||
flutter build appbundle --release
|
flutter build appbundle --release
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: mooknote
|
name: mooknote
|
||||||
description: "app for tracking movies, books, and notes"
|
description: "app for tracking movies, books, and notes"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.2.2
|
version: 0.2.3
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.0
|
sdk: ^3.5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user