mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Newapp: Remote video cam
This commit is contained in:
parent
1eddb471e1
commit
719b2c3941
1 changed files with 29 additions and 0 deletions
29
metadata/org.avmedia.remotevideocam.yml
Normal file
29
metadata/org.avmedia.remotevideocam.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
License: MIT
|
||||
AuthorName: Ivo Zivkov
|
||||
AuthorEmail: izivkov@gmail.com
|
||||
SourceCode: https://github.com/izivkov/RemoteVideoCam
|
||||
IssueTracker: https://github.com/izivkov/RemoteVideoCam/issues
|
||||
|
||||
AutoName: RemoteVideoCam
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/izivkov/RemoteVideoCam.git
|
||||
|
||||
Builds:
|
||||
- versionName: '2.2'
|
||||
versionCode: 22
|
||||
commit: 950aeb98610b158cbeb00bdbee6c9f919621d4bf
|
||||
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
|
||||
CurrentVersion: '2.2'
|
||||
CurrentVersionCode: 22
|
||||
Loading…
Reference in a new issue