mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Sanmill to 1.0.5 (1797)
This commit is contained in:
parent
4803306e11
commit
14894478b8
1 changed files with 30 additions and 2 deletions
|
|
@ -60,6 +60,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.5
|
||||||
|
versionCode: 1797
|
||||||
|
commit: v1.0.5
|
||||||
|
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.
|
||||||
|
|
@ -68,5 +96,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.4
|
CurrentVersion: 1.0.5
|
||||||
CurrentVersionCode: 1776
|
CurrentVersionCode: 1797
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue