Update MusicPiped to 1.1.2 (40)
This commit is contained in:
parent
e9826832c3
commit
08a8479ae3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue