mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Mill to 3.3.2 (3359)
This commit is contained in:
parent
dfbf542ca6
commit
45f12e18f5
1 changed files with 32 additions and 2 deletions
|
|
@ -1978,6 +1978,36 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 3.3.2
|
||||
versionCode: 3359
|
||||
commit: 284720f18fa73e5709c01f3b99db8887e142c1cf
|
||||
subdir: src/ui/flutter_app
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.10
|
||||
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: r21e
|
||||
|
||||
MaintainerNotes: |-
|
||||
Builds will fail when the srclib ref of flutter and the version with which
|
||||
upstream has been built with differ.
|
||||
|
|
@ -1986,5 +2016,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 3.3.1
|
||||
CurrentVersionCode: 3354
|
||||
CurrentVersion: 3.3.2
|
||||
CurrentVersionCode: 3359
|
||||
|
|
|
|||
Loading…
Reference in a new issue