Update kardi notes to 2.0.9 (22)

This commit is contained in:
F-Droid checkupdates bot 2024-05-19 11:38:15 +00:00
parent 58d1381683
commit b9f2eeba7b

View file

@ -79,8 +79,38 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
- versionName: 2.0.9
versionCode: 22
commit: 63807183af5a43bd1a11f0562cc0e6ee440a65d4
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- sed -i 's@\/\/await HttpHelper.default_server_option_first_launch(context);@await
HttpHelper.default_server_option_first_launch(context);@' lib/pages/loading_page.dart
- sed -i 's@\/\/GoogleFonts@GoogleFonts@' lib/main.dart
- sed -i 's@\/\/LicenseRegistry@LicenseRegistry@' lib/main.dart
- export version=$(cat flutter_version.txt)
- pushd $$flutter$$
- git checkout -f $version
- popd
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.0.8
CurrentVersionCode: 20
CurrentVersion: 2.0.9
CurrentVersionCode: 22