Update MusicPiped to 1.1.4 (42)
This commit is contained in:
parent
0d173ece74
commit
5d923e774c
|
@ -166,9 +166,25 @@ Builds:
|
|||
- $flutter config --no-analytics
|
||||
- $flutter packages get
|
||||
|
||||
- versionName: 1.1.4
|
||||
versionCode: 42
|
||||
commit: v1.1.4
|
||||
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.3
|
||||
CurrentVersionCode: 41
|
||||
CurrentVersion: 1.1.4
|
||||
CurrentVersionCode: 42
|
||||
|
|
Loading…
Reference in a new issue