mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Mill to 3.6.0 (3565)
This commit is contained in:
parent
28222c6f04
commit
2f67b09f95
1 changed files with 32 additions and 2 deletions
|
|
@ -2368,6 +2368,36 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
|
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
|
||||||
ndk: r25b
|
ndk: r25b
|
||||||
|
|
||||||
|
- versionName: 3.6.0
|
||||||
|
versionCode: 3565
|
||||||
|
commit: 50ab111b079d4763c75672b2f7df56a79bbb5463
|
||||||
|
subdir: src/ui/flutter_app
|
||||||
|
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@3.10.5
|
||||||
|
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: |-
|
MaintainerNotes: |-
|
||||||
Builds will fail when the srclib ref of flutter and the version with which
|
Builds will fail when the srclib ref of flutter and the version with which
|
||||||
upstream has been built with differ.
|
upstream has been built with differ.
|
||||||
|
|
@ -2376,5 +2406,5 @@ MaintainerNotes: |-
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v.*$
|
UpdateCheckMode: Tags ^v.*$
|
||||||
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 3.5.13
|
CurrentVersion: 3.6.0
|
||||||
CurrentVersionCode: 3558
|
CurrentVersionCode: 3565
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue