From f352610d47dd6e57b6a233462891595d14912b0b Mon Sep 17 00:00:00 2001 From: linsui Date: Thu, 17 Feb 2022 00:30:52 +0800 Subject: [PATCH] Hail: add 0.9.0 --- metadata/com.aistra.hail.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/com.aistra.hail.yml diff --git a/metadata/com.aistra.hail.yml b/metadata/com.aistra.hail.yml new file mode 100644 index 0000000000..2a93db14d8 --- /dev/null +++ b/metadata/com.aistra.hail.yml @@ -0,0 +1,31 @@ +Categories: + - System +License: GPL-3.0-or-later +AuthorName: 艾星 Aistra +SourceCode: https://github.com/aistra0528/Hail +IssueTracker: https://github.com/aistra0528/Hail/issues +Changelog: https://github.com/aistra0528/Hail/releases +Donate: https://paypal.me/aistra0528 + +AutoName: Hail + +RepoType: git +Repo: https://github.com/aistra0528/Hail.git + +Builds: + - versionName: 0.9.0 + versionCode: 11 + commit: 1ed732659c2d7dda2568ed68f5da01931856ff0d + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 0.9.0 +CurrentVersionCode: 11