mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
new app: me.ocv.partyup
This commit is contained in:
parent
29de655b14
commit
77384e6df1
1 changed files with 30 additions and 0 deletions
30
metadata/me.ocv.partyup.yml
Normal file
30
metadata/me.ocv.partyup.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
License: MIT
|
||||
AuthorName: ed
|
||||
AuthorEmail: fdroid@ocv.me
|
||||
SourceCode: https://github.com/9001/party-up
|
||||
IssueTracker: https://github.com/9001/party-up/issues
|
||||
Changelog: https://github.com/9001/party-up/releases
|
||||
|
||||
AutoName: Party UP!
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/9001/party-up
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.0
|
||||
versionCode: 10400
|
||||
commit: v1.4.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v[0-9\.]+$
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 10400
|
||||
Loading…
Reference in a new issue