mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Merge branch 'com.sesu8642.infusion_timer' into 'master'
New app: InfusionTimer See merge request fdroid/fdroiddata!9969
This commit is contained in:
commit
e4d70379d4
1 changed files with 44 additions and 0 deletions
44
metadata/com.sesu8642.infusion_timer.yml
Normal file
44
metadata/com.sesu8642.infusion_timer.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
AntiFeatures:
|
||||
- NonFreeAssets
|
||||
Categories:
|
||||
- Time
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Sesu8642
|
||||
AuthorEmail: contact@sesu8642.de
|
||||
AuthorWebSite: https://github.com/sesu8642
|
||||
WebSite: https://github.com/Sesu8642/InfusionTimer
|
||||
SourceCode: https://github.com/Sesu8642/InfusionTimer
|
||||
IssueTracker: https://github.com/Sesu8642/InfusionTimer/issues
|
||||
|
||||
AutoName: Infusion Timer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Sesu8642/InfusionTimer
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.3
|
||||
versionCode: 103
|
||||
commit: 1.0.3
|
||||
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@2.5.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- test
|
||||
- .vscode
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter -v build apk
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 103
|
||||
Loading…
Reference in a new issue