🚀 upgrade version

This commit is contained in:
niuhuan 2024-04-02 15:14:43 +08:00
parent 9cbcfc1fe1
commit 6b886ff1dd
4 changed files with 6 additions and 13 deletions

View File

@ -92,10 +92,7 @@ jobs:
name: Setup android tools (Android) name: Setup android tools (Android)
uses: android-actions/setup-android@v3 uses: android-actions/setup-android@v3
with: with:
packages: | packages: 'platform-tools platforms;android-32 build-tools;30.0.2 ndk;23.1.7779620'
platforms;android-32
build-tools;30.0.2
ndk;23.1.7779620
- if: steps.need_build.outputs.need_build == 'true' && matrix.config.target == 'android' - if: steps.need_build.outputs.need_build == 'true' && matrix.config.target == 'android'
name: Build (android-arm64) name: Build (android-arm64)
env: env:

View File

@ -216,10 +216,7 @@ jobs:
if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'android-arm32' || matrix.config.target == 'android-arm64' || matrix.config.target == 'android-x86_64' ) if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'android-arm32' || matrix.config.target == 'android-arm64' || matrix.config.target == 'android-x86_64' )
uses: android-actions/setup-android@v3 uses: android-actions/setup-android@v3
with: with:
packages: | packages: 'platform-tools platforms;android-32 build-tools;30.0.2 ndk;23.1.7779620'
platforms;android-32
build-tools;30.0.2
ndk;23.1.7779620
- name: Setup msys2 (Windows) - name: Setup msys2 (Windows)
if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'windows' if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'windows'

View File

@ -1 +1 @@
v1.7.7 v1.7.8

View File

@ -1,6 +1,5 @@
v1.7.8
- [x] ♻️ iOS可以使用FaceID进行解锁App
v1.7.7 v1.7.7
- [x] 🐛 修复一些极端情况下崩溃 - [x] 🐛 修复一些极端情况下崩溃
v1.7.6
- [x] ♻️ 优化发电
- [x] ✨ 导出多个cbz的zip