mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Curator: update to 0.9.1 (3)
This commit is contained in:
parent
303f2f91a1
commit
566f8d0590
1 changed files with 15 additions and 2 deletions
|
|
@ -32,11 +32,24 @@ Builds:
|
|||
- flutter config --no-analytics
|
||||
- flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 0.9.1
|
||||
versionCode: 3
|
||||
commit: v0.9.1
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter packages pub get
|
||||
- flutter pub run build_runner build
|
||||
- flutter config --no-analytics
|
||||
- flutter build apk --flavor fdroid
|
||||
|
||||
MaintainerNotes: |-
|
||||
Builds will fail when the srclib ref of flutter and the version with which
|
||||
upstream has been built with differ.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 0.1.1
|
||||
CurrentVersionCode: 1
|
||||
CurrentVersion: 0.9.1
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue