mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 01:38:07 +00:00
New app: com.lukeneedham.braillekeyboard
This commit is contained in:
parent
a9d15508b3
commit
eaca0345f6
1 changed files with 30 additions and 0 deletions
30
metadata/com.lukeneedham.braillekeyboard.yml
Normal file
30
metadata/com.lukeneedham.braillekeyboard.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
- System
|
||||||
|
- Writing
|
||||||
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Luke Needham
|
||||||
|
AuthorWebSite: https://Brailliac.com
|
||||||
|
SourceCode: https://github.com/Brailliac/BrailleKeyboard
|
||||||
|
|
||||||
|
AutoName: Braille Keyboard
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Brailliac/BrailleKeyboard.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.4.2
|
||||||
|
versionCode: 9
|
||||||
|
commit: v1.4.2
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags ^v[0-9\.]+$
|
||||||
|
CurrentVersion: 1.4.2
|
||||||
|
CurrentVersionCode: 9
|
||||||
Loading…
Reference in a new issue