mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
NewApp: Simple Keyboard
This commit is contained in:
parent
bdee9c7a2a
commit
be35f74be9
1 changed files with 35 additions and 0 deletions
35
metadata/com.simplemobiletools.keyboard.yml
Normal file
35
metadata/com.simplemobiletools.keyboard.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Tibor Kaputa
|
||||
AuthorEmail: hello@simplemobiletools.com
|
||||
WebSite: https://simplemobiletools.com
|
||||
SourceCode: https://github.com/SimpleMobileTools/Simple-Keyboard
|
||||
IssueTracker: https://github.com/SimpleMobileTools/Simple-Keyboard/issues
|
||||
Changelog: https://github.com/SimpleMobileTools/Simple-Keyboard/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://simplemobiletools.com/donate
|
||||
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
|
||||
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
|
||||
|
||||
Name: Simple Keyboard
|
||||
AutoName: Keyboard
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Keyboard.git
|
||||
|
||||
Builds:
|
||||
- versionName: 5.0.2
|
||||
versionCode: 3
|
||||
commit: 4b2e14754743b717d331dfdea696af7bf11e80a1
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 5.0.2
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue