From 82c5e85f010990381bbe5f646f1794fccd42e2c7 Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Sat, 16 Oct 2021 21:00:39 +0000 Subject: [PATCH] New App: Droid-ify --- metadata/com.looker.droidify.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata/com.looker.droidify.yml diff --git a/metadata/com.looker.droidify.yml b/metadata/com.looker.droidify.yml new file mode 100644 index 0000000000..8323d9dfa3 --- /dev/null +++ b/metadata/com.looker.droidify.yml @@ -0,0 +1,29 @@ +Categories: + - System +License: GPL-3.0-or-later +AuthorName: Iamlooker +AuthorEmail: mohit2002ss@gmail.com +SourceCode: https://github.com/Iamlooker/Droid-ify +IssueTracker: https://github.com/Iamlooker/Droid-ify/issues +Changelog: https://github.com/Iamlooker/Droid-ify/releases + +AutoName: Droid-ify + +RepoType: git +Repo: https://github.com/Iamlooker/Droid-ify.git + +Builds: + - versionName: 0.3.1 + versionCode: 31 + commit: v0.3.1 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.3.1 +CurrentVersionCode: 31