mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
add new app Stroke Input Method (筆畫輸入法)
This commit is contained in:
parent
d894daa42f
commit
14513b81e1
1 changed files with 30 additions and 0 deletions
30
metadata/io.github.yawnoc.strokeinput.yml
Normal file
30
metadata/io.github.yawnoc.strokeinput.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Conway
|
||||
AuthorEmail: yawnocdev@pm.me
|
||||
SourceCode: https://github.com/stroke-input/stroke-input-android
|
||||
IssueTracker: https://github.com/stroke-input/stroke-input-android/issues
|
||||
Changelog: https://github.com/stroke-input/stroke-input-android/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: Stroke Input Method
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/stroke-input/stroke-input-android
|
||||
|
||||
Builds:
|
||||
- versionName: 0.9.3
|
||||
versionCode: 25
|
||||
commit: c23d584a57f821d1ee39ecd932c14636d1c3a387
|
||||
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: 0.9.3
|
||||
CurrentVersionCode: 25
|
||||
Loading…
Reference in a new issue