Update MusicPiped to 1.2.0 (44)
This commit is contained in:
parent
b7d69cb33c
commit
0c5d52bd9a
|
|
@ -198,9 +198,25 @@ Builds:
|
||||||
- $flutter config --no-analytics
|
- $flutter config --no-analytics
|
||||||
- $flutter packages get
|
- $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.
|
MaintainerNotes: Dynamic version name, so no UCM can be used.
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.1.5
|
CurrentVersion: 1.2.0
|
||||||
CurrentVersionCode: 43
|
CurrentVersionCode: 44
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue