Update MusicPiped to 1.1.5 (43)

This commit is contained in:
F-Droid Builder 2019-04-29 18:05:40 +01:00 committed by Ciaran Gultnieks
parent 36f5892052
commit 0ac2ec5c55

View file

@ -182,9 +182,25 @@ Builds:
- $flutter config --no-analytics
- $flutter packages get
- versionName: 1.1.5
versionCode: 43
commit: v1.1.5
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.4
CurrentVersionCode: 42
CurrentVersion: 1.1.5
CurrentVersionCode: 43