mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Mill to 2.0.18 (3198)
This commit is contained in:
parent
e1e97c6022
commit
dd0050e81d
1 changed files with 29 additions and 2 deletions
|
|
@ -1768,6 +1768,33 @@ Builds:
|
|||
- flutter build apk --flavor fdroid
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 2.0.18
|
||||
versionCode: 3198
|
||||
commit: cf95dc5c87507fbba957f806bef24b3cf07933c8
|
||||
subdir: src/ui/flutter_app
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.7
|
||||
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.
|
||||
|
|
@ -1776,5 +1803,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.0.17
|
||||
CurrentVersionCode: 3178
|
||||
CurrentVersion: 2.0.18
|
||||
CurrentVersionCode: 3198
|
||||
|
|
|
|||
Loading…
Reference in a new issue