From 14513b81e18f9b3f0091a85773cf80a4bc139a8d Mon Sep 17 00:00:00 2001 From: Conway Date: Wed, 26 Jan 2022 16:12:02 +0000 Subject: [PATCH] =?UTF-8?q?add=20new=20app=20Stroke=20Input=20Method=20(?= =?UTF-8?q?=E7=AD=86=E7=95=AB=E8=BC=B8=E5=85=A5=E6=B3=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metadata/io.github.yawnoc.strokeinput.yml | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 metadata/io.github.yawnoc.strokeinput.yml diff --git a/metadata/io.github.yawnoc.strokeinput.yml b/metadata/io.github.yawnoc.strokeinput.yml new file mode 100644 index 0000000000..190d6d8525 --- /dev/null +++ b/metadata/io.github.yawnoc.strokeinput.yml @@ -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