Update Material Notes to 1.7.2 (160)

This commit is contained in:
F-Droid checkupdates bot 2024-10-20 06:41:59 +00:00
parent 956fe21d21
commit d23f3969e6

View file

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