From 6f6a3520bd22e0bb41e1bc3218407214a97e4be8 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Sun, 14 May 2023 02:09:28 +0800 Subject: [PATCH] Update Mill to 3.5.5 (3526) --- metadata/com.calcitem.sanmill.yml | 34 +++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/metadata/com.calcitem.sanmill.yml b/metadata/com.calcitem.sanmill.yml index 3899a4a6b3..b4cb91ac11 100644 --- a/metadata/com.calcitem.sanmill.yml +++ b/metadata/com.calcitem.sanmill.yml @@ -2188,6 +2188,36 @@ Builds: - $$flutter$$/bin/flutter build apk --flavor fdroid --release ndk: r25b + - versionName: 3.5.5 + versionCode: 3526 + commit: 51a7bf87052086a6d376ed40f3164dd82a79b096 + subdir: src/ui/flutter_app + output: build/app/outputs/flutter-apk/app-fdroid-release.apk + srclibs: + - flutter@3.10.0 + rm: + - src/perfect + - src/test + - src/ui/flutter_app/ios + - src/ui/flutter_app/linux + - src/ui/flutter_app/macos + - src/ui/flutter_app/windows + - src/ui/flutter_app/test + - src/ui/qt + - tests + prebuild: + - mv android/app/build.gradle_fdroid android/app/build.gradle + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH=$$flutter$$/bin:$PATH + - cd ../../.. + - ./flutter-init.sh + scandelete: + - src/ui/flutter_app/.pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter build apk --flavor fdroid --release + ndk: r25b + MaintainerNotes: |- Builds will fail when the srclib ref of flutter and the version with which upstream has been built with differ. @@ -2196,5 +2226,5 @@ MaintainerNotes: |- AutoUpdateMode: Version UpdateCheckMode: Tags ^v.*$ UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 3.5.1 -CurrentVersionCode: 3480 +CurrentVersion: 3.5.5 +CurrentVersionCode: 3526