mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Mill to 4.0.4 (3884)
This commit is contained in:
parent
ca8ebf5e00
commit
0dc19b9c54
1 changed files with 35 additions and 2 deletions
|
|
@ -2533,6 +2533,39 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 4.0.4
|
||||
versionCode: 3884
|
||||
commit: eda09fe65b90b26f891f1972e0d89ae4f37a031e
|
||||
subdir: src/ui/flutter_app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@3.16.5
|
||||
rm:
|
||||
- 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.
|
||||
|
|
@ -2541,5 +2574,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 4.0.3
|
||||
CurrentVersionCode: 3849
|
||||
CurrentVersion: 4.0.4
|
||||
CurrentVersionCode: 3884
|
||||
|
|
|
|||
Loading…
Reference in a new issue