New App: com.tombursch.kitchenowl

This commit is contained in:
Tom Bursch 2022-09-23 11:50:53 +00:00 committed by Licaon_Kter
parent 4a21801ac8
commit f7114c0ac6

View file

@ -0,0 +1,43 @@
Categories:
- Money
- Sports & Health
License: AGPL-3.0-only
AuthorName: Tom Bursch
WebSite: https://tombursch.github.io/kitchenowl/
SourceCode: https://github.com/TomBursch/kitchenowl
IssueTracker: https://github.com/TomBursch/kitchenowl/issues
Changelog: https://github.com/TomBursch/kitchenowl/releases
AutoName: KitchenOwl
RepoType: git
Repo: https://github.com/TomBursch/kitchenowl.git
Builds:
- versionName: 0.3.1
versionCode: 58
commit: v0.3.1
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.3.2
rm:
- ios
- linux
- windows
- web
- macos
prebuild: touch .env
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.3.1
CurrentVersionCode: 58