mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
New app: Simple Clipboard Editor (com.trianguloy.clipboardeditor)
This commit is contained in:
parent
76eca9060f
commit
6ca68075c1
1 changed files with 32 additions and 0 deletions
32
metadata/com.trianguloy.clipboardeditor.yml
Normal file
32
metadata/com.trianguloy.clipboardeditor.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: CC-BY-4.0
|
||||||
|
AuthorName: TrianguloY
|
||||||
|
AuthorEmail: correo--correo+sce@hotmail.com
|
||||||
|
AuthorWebSite: https://triangularapps.blogspot.com/
|
||||||
|
WebSite: https://triangularapps.blogspot.com/search/label/SimpleClipboardEditor
|
||||||
|
SourceCode: https://github.com/TrianguloY/SimpleClipboardEditor
|
||||||
|
IssueTracker: https://github.com/TrianguloY/SimpleClipboardEditor/issues
|
||||||
|
Donate: https://triangularapps.blogspot.com/p/support.html
|
||||||
|
|
||||||
|
AutoName: Simple Clipboard Editor
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/TrianguloY/SimpleClipboardEditor.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.3'
|
||||||
|
versionCode: 4
|
||||||
|
commit: v1.3
|
||||||
|
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: '1.3'
|
||||||
|
CurrentVersionCode: 4
|
||||||
Loading…
Reference in a new issue