mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
add com.omelan.cofi.yml
This commit is contained in:
parent
9b784dfaa2
commit
9303570b32
1 changed files with 32 additions and 0 deletions
32
metadata/com.omelan.cofi.yml
Normal file
32
metadata/com.omelan.cofi.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Time
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Leon Omelan
|
||||
AuthorEmail: rozpierog@gmail.com
|
||||
AuthorWebSite: https://twitter.com/leonomelan
|
||||
WebSite: https://rozpierog.github.io/Cofi/
|
||||
SourceCode: https://github.com/rozPierog/Cofi
|
||||
IssueTracker: https://github.com/rozPierog/Cofi/issues
|
||||
|
||||
Name: Cofi - Brew Timer
|
||||
AutoName: Cofi
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/rozPierog/Cofi
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.1
|
||||
versionCode: 48
|
||||
commit: v1.3.1-fd
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- full
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 48
|
||||
Loading…
Reference in a new issue