Update Converter NOW to 4.3.3 (49)

This commit is contained in:
checkupdates bot 2025-06-08 06:33:33 +00:00 committed by Licaon_Kter
parent a683df91ed
commit ac96f7699c

View file

@ -400,8 +400,36 @@ Builds:
- export PATH=$PUB_CACHE/bin/:$$flutter$$/bin/:$PATH
- flutter build apk
- versionName: 4.3.3
versionCode: 49
commit: 14bda063fce5c46ad187be5b95d3c41773339442
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.32.2
rm:
- .github
- linux
- snap
- web
- windows
prebuild:
- sed -i -e '/signingConfig /d' android/app/build.gradle.kts
- export PUB_CACHE=$(pwd)/.pub-cache
- export PATH=$PUB_CACHE/bin/:$$flutter$$/bin/:$PATH
- flutter config --no-analytics
- flutter doctor --verbose
- dart pub global activate melos
- dart pub global activate vector_graphics_compiler
- melos bootstrap
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- export PATH=$PUB_CACHE/bin/:$$flutter$$/bin/:$PATH
- flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 4.3.2
CurrentVersionCode: 48
CurrentVersion: 4.3.3
CurrentVersionCode: 49