Update Blood pressure app to 1.8.9 (51)

This commit is contained in:
checkupdates bot 2025-08-28 05:11:56 +00:00 committed by linsui
parent 1db01f3483
commit ad265f2695

View file

@ -946,8 +946,43 @@ Builds:
- export PUB_CACHE=.pub-cache
- $$flutter$$/bin/flutter build apk --flavor fdroid --release --obfuscate --split-debug-info=./build/debug-info
- versionName: 1.8.9
versionCode: 51
commit: 5f9470996994ebb925bd9a9b48a505b290a9be92
subdir: app
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
srclibs:
- flutter@stable
rm:
- app/ios
- app/linux
- app/macos
- app/web
- app/windows
- app/test
- health_data_store/test
- docs
prebuild:
- export flutterVersion=$(sed -n -E "s/.*flutter:\s*'(.*)'/\1/p" pubspec.yaml)
- '[[ $flutterVersion ]]'
- git -C $$flutter$$ checkout -f $flutterVersion
- sed -i -e 's/-Xmx1536M/-Xmx4096M/' android/gradle.properties
- pushd ../health_data_store
- $$flutter$$/bin/dart run build_runner build
- $$flutter$$/bin/dart pub get
- popd
- export PUB_CACHE=.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{{path_provider,shared_preferences,sqflite,url_launcher}_android,flutter_plugin_android_lifecycle}-*/android/build.gradle
scandelete:
- app/.pub-cache
build:
- export PUB_CACHE=.pub-cache
- $$flutter$$/bin/flutter build apk --flavor fdroid --release --obfuscate --split-debug-info=./build/debug-info
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.8.8
CurrentVersionCode: 50
CurrentVersion: 1.8.9
CurrentVersionCode: 51