From 961754d4d90cd789231bae9595dc20e9b71a1fa0 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 7 Mar 2022 04:42:34 +0000 Subject: [PATCH] Update Hail to 0.9.3 (14) --- metadata/com.aistra.hail.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/metadata/com.aistra.hail.yml b/metadata/com.aistra.hail.yml index 4c7ab75e61..a3c823649a 100644 --- a/metadata/com.aistra.hail.yml +++ b/metadata/com.aistra.hail.yml @@ -37,7 +37,19 @@ Builds: - yes prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml + - versionName: 0.9.3 + versionCode: 14 + commit: 58a11ef8b12261c3cadf7d1720215b7024f8128f + 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.2 -CurrentVersionCode: 13 +CurrentVersion: 0.9.3 +CurrentVersionCode: 14