From b2ae43baa71ae63ca96ecf9077dcc412934b1383 Mon Sep 17 00:00:00 2001 From: thebluepandabear Date: Fri, 3 Jun 2022 14:43:19 +0000 Subject: [PATCH] New app: PixaPencil --- .../com.therealbluepandabear.pixapencil.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata/com.therealbluepandabear.pixapencil.yml diff --git a/metadata/com.therealbluepandabear.pixapencil.yml b/metadata/com.therealbluepandabear.pixapencil.yml new file mode 100644 index 0000000000..dc8e36493f --- /dev/null +++ b/metadata/com.therealbluepandabear.pixapencil.yml @@ -0,0 +1,29 @@ +Categories: + - Graphics +License: MIT +AuthorName: thebluepandabear +AuthorEmail: therealbluepandabear@gmail.com +SourceCode: https://github.com/therealbluepandabear/PixaPencil +IssueTracker: https://github.com/therealbluepandabear/PixaPencil/issues + +AutoName: PixaPencil + +RepoType: git +Repo: https://github.com/therealbluepandabear/PixaPencil + +Builds: + - versionName: 0.0.1-rc1.1 + versionCode: 6 + commit: c464cdac216e6cc7da17273b375a66fa699c74d7 + 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: 0.0.1-rc1.1 +CurrentVersionCode: 6