From 3cf46a2c0aca22290837132359f24579f1623fc5 Mon Sep 17 00:00:00 2001 From: Leonardo Colman Date: Mon, 29 Nov 2021 01:02:01 +0000 Subject: [PATCH] Add app Petals --- metadata/br.com.colman.petals.yml | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 metadata/br.com.colman.petals.yml diff --git a/metadata/br.com.colman.petals.yml b/metadata/br.com.colman.petals.yml new file mode 100644 index 0000000000..e25cb3df37 --- /dev/null +++ b/metadata/br.com.colman.petals.yml @@ -0,0 +1,34 @@ +Categories: + - Science & Education + - Sports & Health + - Time +License: AGPL-3.0-or-later +AuthorName: Leonardo Colman Lopes +AuthorWebSite: https://github.com/LeoColman/ +WebSite: https://github.com/LeoColman/Petals +SourceCode: https://github.com/LeoColman/Petals +IssueTracker: https://github.com/LeoColman/Petals/issues +Changelog: https://github.com/LeoColman/Petals/releases + +AutoName: Petals + +RepoType: git +Repo: https://github.com/LeoColman/Petals + +Builds: + - versionName: v1.1.1 + versionCode: 111 + commit: v1.1.1 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - fdroid + prebuild: echo 'android { lintOptions { isAbortOnError = false }}' >> build.gradle.kts + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: v1.1.1 +CurrentVersionCode: 111