Update MusicPiped to 1.1.2 (40)

This commit is contained in:
F-Droid Builder 2019-03-23 01:08:10 +00:00 committed by Ciaran Gultnieks
parent e9826832c3
commit 08a8479ae3

View file

@ -134,9 +134,25 @@ Builds:
- $flutter config --no-analytics
- $flutter packages get
- versionName: 1.1.2
versionCode: 40
commit: v1.1.2
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'
CurrentVersionCode: 39
CurrentVersion: 1.1.2
CurrentVersionCode: 40