mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Material Notes to 1.6.0 (130)
This commit is contained in:
parent
8a19a4ab01
commit
cebba0f74a
1 changed files with 38 additions and 2 deletions
|
|
@ -52,6 +52,42 @@ Builds:
|
|||
- popd
|
||||
- mv $HOME/work/LocalMaterialNotes/LocalMaterialNotes com.maelchiotti.localmaterialnotes
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 130
|
||||
commit: fc1ff364cea78e1a68a4ddcfe1fb4174c81d368f
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
prebuild:
|
||||
- export version=$(grep flutter\:\ pubspec.yaml | cut -d ":" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- mkdir -p /home/runner/work/LocalMaterialNotes/
|
||||
- cd ..
|
||||
- mv com.maelchiotti.localmaterialnotes /home/runner/work/LocalMaterialNotes/LocalMaterialNotes
|
||||
- export HOME=/home/runner
|
||||
- pushd $HOME/work/LocalMaterialNotes/LocalMaterialNotes/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $HOME/work/LocalMaterialNotes/LocalMaterialNotes com.maelchiotti.localmaterialnotes
|
||||
scanignore:
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.maelchiotti.localmaterialnotes /home/runner/work/LocalMaterialNotes/LocalMaterialNotes
|
||||
- export HOME=/home/runner
|
||||
- pushd $HOME/work/LocalMaterialNotes/LocalMaterialNotes/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
- popd
|
||||
- mv $HOME/work/LocalMaterialNotes/LocalMaterialNotes com.maelchiotti.localmaterialnotes
|
||||
|
||||
AllowedAPKSigningKeys: 21ac3d89d9ab7a3483d9261ab7f8fdf688d3703abac11099ce09bf26094b4337
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -59,5 +95,5 @@ UpdateCheckMode: Tags
|
|||
VercodeOperation:
|
||||
- '%c * 10'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.5.2
|
||||
CurrentVersionCode: 120
|
||||
CurrentVersion: 1.6.0
|
||||
CurrentVersionCode: 130
|
||||
|
|
|
|||
Loading…
Reference in a new issue