From f31c4f2d7cd9dc1846717b9308a7181b9628d488 Mon Sep 17 00:00:00 2001 From: linsui Date: Wed, 6 Jul 2022 10:36:06 +0800 Subject: [PATCH] Droid-ify: 0.4.5 --- metadata/com.looker.droidify.yml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/metadata/com.looker.droidify.yml b/metadata/com.looker.droidify.yml index b24bf0cd38..6a445fa33b 100644 --- a/metadata/com.looker.droidify.yml +++ b/metadata/com.looker.droidify.yml @@ -3,15 +3,15 @@ Categories: License: GPL-3.0-or-later AuthorName: Iamlooker AuthorEmail: mohit2002ss@gmail.com -SourceCode: https://github.com/NeoApplications/Neo-Store -IssueTracker: https://github.com/NeoApplications/Neo-Store/issues +SourceCode: https://github.com/Iamlooker/Droid-ify +IssueTracker: https://github.com/Iamlooker/Droid-ify/issues Translation: https://hosted.weblate.org/engage/droidify/ -Changelog: https://github.com/NeoApplications/Neo-Store/releases +Changelog: https://github.com/Iamlooker/Droid-ify/releases AutoName: Droid-ify RepoType: git -Repo: https://github.com/NeoApplications/Neo-Store.git +Repo: https://github.com/Iamlooker/Droid-ify.git Builds: - versionName: 0.3.1 @@ -105,7 +105,17 @@ Builds: gradle: - yes + - versionName: 0.4.5 + versionCode: 45 + commit: fc0f37eaf4d88f4ae302b6fb2993d8a27a84c144 + 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 ^[v\d.]+$ -CurrentVersion: 0.4.3 -CurrentVersionCode: 43 +CurrentVersion: 0.4.5 +CurrentVersionCode: 45