mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Mill to 1.0.11 (1832)
This commit is contained in:
parent
1595a28926
commit
399a85d6e3
1 changed files with 30 additions and 2 deletions
|
|
@ -200,6 +200,34 @@ Builds:
|
||||||
- flutter --no-color pub global run intl_utils:generate
|
- flutter --no-color pub global run intl_utils:generate
|
||||||
- flutter build apk -v --flavor fdroid
|
- flutter build apk -v --flavor fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.11
|
||||||
|
versionCode: 1832
|
||||||
|
commit: v1.0.11
|
||||||
|
output: src/ui/flutter_app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.0.6
|
||||||
|
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:
|
||||||
|
- rm src/ui/flutter_app/android/app/build.gradle
|
||||||
|
- mv src/ui/flutter_app/android/app/build.gradle_fdroid src/ui/flutter_app/android/app/build.gradle
|
||||||
|
build:
|
||||||
|
- export PATH=$$flutter$$/bin:$PATH
|
||||||
|
- flutter config --no-analytics
|
||||||
|
- cd src/ui/flutter_app
|
||||||
|
- flutter pub get
|
||||||
|
- flutter pub global activate intl_utils
|
||||||
|
- flutter --no-color pub global run intl_utils:generate
|
||||||
|
- flutter build apk -v --flavor fdroid
|
||||||
|
|
||||||
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.
|
||||||
|
|
@ -208,5 +236,5 @@ MaintainerNotes: |-
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://raw.githubusercontent.com/calcitem/Sanmill/master/src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: https://raw.githubusercontent.com/calcitem/Sanmill/master/src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.0.10
|
CurrentVersion: 1.0.11
|
||||||
CurrentVersionCode: 1827
|
CurrentVersionCode: 1832
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue