From cc5ead7a9b740031fb2ca4647f2ddd8d7d5eef89 Mon Sep 17 00:00:00 2001 From: Benoit Gschwind Date: Sun, 9 Aug 2020 19:18:03 +0200 Subject: [PATCH] Add com.github.gschwind.fiddle_assistant app --- .../com.github.gschwind.fiddle_assistant.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata/com.github.gschwind.fiddle_assistant.yml diff --git a/metadata/com.github.gschwind.fiddle_assistant.yml b/metadata/com.github.gschwind.fiddle_assistant.yml new file mode 100644 index 0000000000..50de822167 --- /dev/null +++ b/metadata/com.github.gschwind.fiddle_assistant.yml @@ -0,0 +1,29 @@ +Categories: + - Science & Education +License: GPL-3.0-or-later +AuthorName: Benoit Gschwind +AuthorEmail: gschwind@gnu-log.net +SourceCode: https://github.com/gschwind/fiddle-assistant +IssueTracker: https://github.com/gschwind/fiddle-assistant/issues + +AutoName: Fiddle Assistant +Summary: Music tuner with tools for violin +Description: | + Music tuner with a logging feature that help to check if the user play in tune. + +RepoType: git +Repo: https://github.com/gschwind/fiddle-assistant.git + +Builds: + - versionName: 1.0.0 + versionCode: 100 + commit: 1.0.0 + subdir: app + gradle: + - yes + ndk: r21d + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags \d+\.\d+(\.\d+)? +CurrentVersion: 1.0.0 +CurrentVersionCode: 100