New app submission: ir.shahriaarrr.tomodoro

This commit is contained in:
shahriar ghasempour 2025-09-18 03:41:59 +00:00 committed by linsui
parent 62cda9345c
commit 284a45f433

View file

@ -0,0 +1,45 @@
Categories:
- Task
- Time
License: GPL-3.0-only
SourceCode: https://github.com/shahriaarrr/Tomodoro
IssueTracker: https://github.com/shahriaarrr/Tomodoro/issues
Changelog: https://github.com/shahriaarrr/Tomodoro/releases
AutoName: tomodoro
RepoType: git
Repo: https://github.com/shahriaarrr/Tomodoro.git
Builds:
- versionName: 0.7.0
versionCode: 2
commit: 61eb2e4579bf45f59f6821ec18b54de2be5e44a5
output: build/app/outputs/flutter-apk/*-release.apk
srclibs:
- flutter@stable
rm:
- ios
- linux
- macos
- test
- web
- windows
prebuild:
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ \"(.*)\"/\1/p" .github/workflows/release.yaml)
- '[[ $flutterVersion ]] || exit 1'
- git -C $$flutter$$ checkout -f $flutterVersion
- 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 build apk --release
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.7.0
CurrentVersionCode: 2