new app Break.Down.Timer

This commit is contained in:
Jens Pfahl 2022-10-08 23:47:14 +00:00 committed by Izzy
parent 4fc154b0db
commit 43eb4c93ef

41
metadata/de.jepfa.bdt.yml Normal file
View file

@ -0,0 +1,41 @@
Categories:
- Time
License: MIT
AuthorName: Jens Pfahl
AuthorWebSite: https://jepfa.de
WebSite: https://bdt.jepfa.de
SourceCode: https://github.com/jenspfahl/BDT
IssueTracker: https://github.com/jenspfahl/BDT/issues
Changelog: https://github.com/jenspfahl/BDT/releases
AutoName: Break.Down.Timer
RepoType: git
Repo: https://github.com/jenspfahl/BDT
Builds:
- versionName: 1.0.0
versionCode: 10000
commit: v1.0.0
submodules: true
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.0.4
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
'cmake;3.10.2.4988404' > /dev/null
build:
- export PATH=$$flutter$$/bin:$PATH
- flutter packages pub get
- flutter packages pub run build_runner build --delete-conflicting-outputs
- flutter config --no-analytics
- flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.0
CurrentVersionCode: 10000