mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
Add org.vinaygopinath.launchchat
This commit is contained in:
parent
8dc674a6e9
commit
3a3d90f7f1
1 changed files with 34 additions and 0 deletions
34
metadata/org.vinaygopinath.launchchat.yml
Normal file
34
metadata/org.vinaygopinath.launchchat.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
AntiFeatures:
|
||||
NonFreeDep:
|
||||
en-US: Requires WhatsApp or Telegram to be installed on your device.
|
||||
NonFreeNet:
|
||||
en-US: Depends on the WhatsApp and Telegram public API.
|
||||
Categories:
|
||||
- Internet
|
||||
- Phone & SMS
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Vinay Gopinath
|
||||
SourceCode: https://github.com/vinaygopinath/launch-chat
|
||||
IssueTracker: https://github.com/vinaygopinath/launch-chat/issues
|
||||
|
||||
AutoName: Launch Chat
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/vinaygopinath/launch-chat.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: v1.0.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue