mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
New app: cx.vmx.sdcontacts
This commit is contained in:
parent
a80a877b5a
commit
c9568de364
1 changed files with 29 additions and 0 deletions
29
metadata/cx.vmx.sdcontacts.yml
Normal file
29
metadata/cx.vmx.sdcontacts.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Phone & SMS
|
||||
License: Apache-2.0
|
||||
AuthorName: Volker Mische
|
||||
AuthorWebSite: https://vmx.cx/
|
||||
SourceCode: https://github.com/vmx/sdcontacts
|
||||
IssueTracker: https://github.com/vmx/sdcontacts/issues
|
||||
|
||||
AutoName: SD Contacts
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/vmx/sdcontacts
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 10000
|
||||
commit: v1.0.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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 10000
|
||||
Loading…
Reference in a new issue