Update MusicPiped to 1.1 (39)
This commit is contained in:
parent
33e64e832b
commit
497a4de7c0
|
|
@ -118,9 +118,24 @@ Builds:
|
||||||
- $flutter config --no-analytics
|
- $flutter config --no-analytics
|
||||||
- $flutter packages get
|
- $flutter packages get
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 39
|
||||||
|
commit: v1.1
|
||||||
|
subdir: android
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
output: ../build/app/outputs/apk/release/app-release-unsigned.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@v1.2.1
|
||||||
|
prebuild:
|
||||||
|
- flutter=$(realpath $$flutter$$/bin/flutter)
|
||||||
|
- cd ..
|
||||||
|
- $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.0.7
|
CurrentVersion: '1.1'
|
||||||
CurrentVersionCode: 37
|
CurrentVersionCode: 39
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue