mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
add PolyCal (com.gyorog.polycal)
This commit is contained in:
parent
589dcd2563
commit
1bc3274361
1 changed files with 28 additions and 0 deletions
28
metadata/com.gyorog.polycal.yml
Normal file
28
metadata/com.gyorog.polycal.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- Time
|
||||
License: GPL-2.0-only
|
||||
AuthorName: Jason Gyorog
|
||||
AuthorEmail: jasongyorog@gmail.com
|
||||
SourceCode: https://github.com/jasongyorog/PolyCal
|
||||
|
||||
AutoName: PolyCal
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/jasongyorog/PolyCal
|
||||
|
||||
Builds:
|
||||
- versionName: '1.6'
|
||||
versionCode: 6
|
||||
commit: v1.6
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.6'
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue