From c37699a54db548151fbb4c3ac960fcc347de66ac Mon Sep 17 00:00:00 2001 From: Mohamed Shaaban Date: Fri, 3 Jun 2022 15:37:53 +0000 Subject: [PATCH] New App: My Brain --- metadata/com.mhss.app.mybrain.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/com.mhss.app.mybrain.yml diff --git a/metadata/com.mhss.app.mybrain.yml b/metadata/com.mhss.app.mybrain.yml new file mode 100644 index 0000000000..b3537413d3 --- /dev/null +++ b/metadata/com.mhss.app.mybrain.yml @@ -0,0 +1,31 @@ +Categories: + - Writing +License: GPL-3.0-only +AuthorName: Mohamed Shaaban +AuthorEmail: mh.mohamedhas@gmail.com +SourceCode: https://github.com/mhss1/MyBrain +IssueTracker: https://github.com/mhss1/MyBrain/issues +Changelog: https://github.com/mhss1/MyBrain/releases +Donate: https://buymeacoffee.com/mhss + +AutoName: My Brain + +RepoType: git +Repo: https://github.com/mhss1/MyBrain + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: v1.0.0 + 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 +UpdateCheckMode: Tags +CurrentVersion: '1.0' +CurrentVersionCode: 1