mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Mill to 2.0.9 (3071)
This commit is contained in:
parent
3d972a2ebe
commit
740f84d452
1 changed files with 29 additions and 2 deletions
|
|
@ -1606,6 +1606,33 @@ Builds:
|
|||
- flutter build apk --flavor fdroid
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 2.0.9
|
||||
versionCode: 3071
|
||||
commit: 4e1cc246305f6af44735b8bad194004bc1907afd
|
||||
subdir: src/ui/flutter_app
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.3
|
||||
rm:
|
||||
- ci
|
||||
- src/perfect
|
||||
- src/test
|
||||
- src/ui/flutter_app/ios
|
||||
- src/ui/flutter_app/windows
|
||||
- src/ui/flutter_app/test
|
||||
- src/ui/qt
|
||||
- resources
|
||||
- tests
|
||||
prebuild: mv android/app/build.gradle_fdroid android/app/build.gradle
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- pushd ../../..
|
||||
- ./flutter-init.sh
|
||||
- popd
|
||||
- flutter config --no-analytics
|
||||
- flutter build apk --flavor fdroid
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: |-
|
||||
Builds will fail when the srclib ref of flutter and the version with which
|
||||
upstream has been built with differ.
|
||||
|
|
@ -1614,5 +1641,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.0.7
|
||||
CurrentVersionCode: 3063
|
||||
CurrentVersion: 2.0.9
|
||||
CurrentVersionCode: 3071
|
||||
|
|
|
|||
Loading…
Reference in a new issue