Update MusicPiped to 1.2.0 (44)

This commit is contained in:
F-Droid Builder 2019-05-04 20:15:00 +01:00 committed by Ciaran Gultnieks
parent b7d69cb33c
commit 0c5d52bd9a

View file

@ -198,9 +198,25 @@ Builds:
- $flutter config --no-analytics
- $flutter packages get
- versionName: 1.2.0
versionCode: 44
commit: v1.2.0
subdir: android
gradle:
- yes
output: ../build/app/outputs/apk/release/app-release-unsigned.apk
srclibs:
- flutter@v1.3.10
prebuild:
- flutter=$(realpath $$flutter$$/bin/flutter)
- cd ..
- "sed -i -e 's/^version: 1.1$/version: 1.1.0/' pubspec.yaml"
- $flutter config --no-analytics
- $flutter packages get
MaintainerNotes: Dynamic version name, so no UCM can be used.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.1.5
CurrentVersionCode: 43
CurrentVersion: 1.2.0
CurrentVersionCode: 44