Update BleOta to 1.0.6 (7)

This commit is contained in:
F-Droid checkupdates bot 2024-06-24 09:18:59 +00:00
parent 94ba86caa5
commit 3c457fdceb

View file

@ -141,8 +141,34 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
- versionName: 1.0.6
versionCode: 7
commit: 4978567535f99cb2c2e70846b21bcf1aab6c8eea
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- sed -i -e '/signingConfigs.debug/d' android/app/build.gradle
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/dart.yml)
- '[[ $flutterVersion ]] || exit 1'
- git -C $$flutter$$ checkout -f $flutterVersion
- 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: 1.0.5
CurrentVersionCode: 6
CurrentVersion: 1.0.6
CurrentVersionCode: 7