mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update Trireme for Deluge to 1.2.0 (18)
This commit is contained in:
parent
17b938c0a0
commit
8812e9bd79
1 changed files with 13 additions and 2 deletions
|
|
@ -89,6 +89,17 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||||
|
|
||||||
|
- versionName: 1.2.0
|
||||||
|
versionCode: 18
|
||||||
|
commit: v1.2.0
|
||||||
|
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@v1.5.4
|
||||||
|
prebuild: sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter build apk --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.
|
||||||
|
|
@ -97,5 +108,5 @@ MaintainerNotes: |-
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckIgnore: (alpha|beta|rc|RC|dev)
|
UpdateCheckIgnore: (alpha|beta|rc|RC|dev)
|
||||||
CurrentVersion: 1.1.0
|
CurrentVersion: 1.2.0
|
||||||
CurrentVersionCode: 15
|
CurrentVersionCode: 18
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue