Update MusicPiped to 1.1.3 (41)

This commit is contained in:
F-Droid Builder 2019-04-10 01:41:03 +01:00 committed by Ciaran Gultnieks
parent 07ac3390f5
commit 9385e1ee06

View file

@ -150,9 +150,25 @@ Builds:
- $flutter config --no-analytics
- $flutter packages get
- versionName: 1.1.3
versionCode: 41
commit: v1.1.3
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.2
CurrentVersionCode: 40
CurrentVersion: 1.1.3
CurrentVersionCode: 41