bot: Update Break.Down.Timer to 1.3.0 (10300)

This commit is contained in:
checkupdates bot 2025-05-19 14:42:10 +00:00 committed by Licaon_Kter
parent 6e7f25a6ee
commit c11159720a

View file

@ -116,8 +116,33 @@ Builds:
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
- $$flutter$$/bin/flutter build apk
- versionName: 1.3.0
versionCode: 10300
commit: e4afdfd684761de84a7bb24a7f00a4a07782a1a2
submodules: true
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.27.4
prebuild:
- sdkmanager 'cmake;3.10.2.4988404'
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
- $$flutter$$/bin/flutter clean
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.2.2
CurrentVersionCode: 10202
CurrentVersion: 1.3.0
CurrentVersionCode: 10300