Update Material Notes to 1.7.1 (150)

This commit is contained in:
F-Droid checkupdates bot 2024-10-12 06:45:36 +00:00
parent 7400d96dc4
commit 6a15e0047d

View file

@ -124,6 +124,42 @@ Builds:
- popd
- mv $HOME/work/LocalMaterialNotes/LocalMaterialNotes com.maelchiotti.localmaterialnotes
- versionName: 1.7.1
versionCode: 150
commit: d71de9b6346d434de9361478d044d877654372bc
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
@ -131,5 +167,5 @@ UpdateCheckMode: Tags
VercodeOperation:
- '%c * 10'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.7.0
CurrentVersionCode: 140
CurrentVersion: 1.7.1
CurrentVersionCode: 150