From a55ecd7828a936ecb2cf4fe1a863a5d8464b8f77 Mon Sep 17 00:00:00 2001 From: Kieran W Date: Wed, 1 Dec 2021 23:52:53 +0000 Subject: [PATCH] Add com.fredhappyface.fhcode (FHCode) --- metadata/com.fredhappyface.fhcode.yml | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata/com.fredhappyface.fhcode.yml diff --git a/metadata/com.fredhappyface.fhcode.yml b/metadata/com.fredhappyface.fhcode.yml new file mode 100644 index 0000000000..63a14d96f8 --- /dev/null +++ b/metadata/com.fredhappyface.fhcode.yml @@ -0,0 +1,29 @@ +Categories: + - Development +License: MIT +AuthorName: FredHappyface +SourceCode: https://github.com/fredhappyface/android.fhcode +IssueTracker: https://github.com/fredhappyface/android.fhcode/issues +Changelog: https://github.com/FredHappyface/Android.FHCode/blob/HEAD/CHANGELOG.md + +AutoName: FHCode + +RepoType: git +Repo: https://github.com/fredhappyface/android.fhcode + +Builds: + - versionName: 2021.11.04 + versionCode: 20211104 + commit: '20211104' + 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 %c +UpdateCheckMode: Tags +CurrentVersion: 2021.11.04 +CurrentVersionCode: 20211104