From 894ba5580b1fb5af5f3a58529b4c2e4f5e80a61b Mon Sep 17 00:00:00 2001 From: Izzy Date: Thu, 7 Oct 2021 21:43:29 +0000 Subject: [PATCH] new app: Easy Noise (com.cliambrown.easynoise.yml) --- metadata/com.cliambrown.easynoise.yml | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 metadata/com.cliambrown.easynoise.yml diff --git a/metadata/com.cliambrown.easynoise.yml b/metadata/com.cliambrown.easynoise.yml new file mode 100644 index 0000000000..da97d60f15 --- /dev/null +++ b/metadata/com.cliambrown.easynoise.yml @@ -0,0 +1,33 @@ +Categories: + - Multimedia + - Sports & Health +License: GPL-3.0-or-later +AuthorName: C. Liam Brown +AuthorEmail: liam@cliambrown.com +AuthorWebSite: https://cliambrown.com/ +SourceCode: https://github.com/cliambrown/EasyNoise +IssueTracker: https://github.com/cliambrown/EasyNoise/issues +Changelog: https://github.com/cliambrown/EasyNoise/releases +Donate: https://ko-fi.com/cliambrown + +AutoName: Easy Noise + +RepoType: git +Repo: https://github.com/cliambrown/EasyNoise + +Builds: + - versionName: '0.2' + versionCode: 2 + commit: v0.2 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '0.2' +CurrentVersionCode: 2