Update kardi notes to 2.1.3 (28)

This commit is contained in:
F-Droid checkupdates bot 2025-02-02 05:24:50 +00:00 committed by linsui
parent a2f90b3a40
commit 4e3651c281

View file

@ -139,8 +139,38 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
- versionName: 2.1.3
versionCode: 28
commit: 2f9c2ffb65ec3d3bc9eb0417ee7683e5ea16c81a
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.1.2
CurrentVersionCode: 27
CurrentVersion: 2.1.3
CurrentVersionCode: 28