From ae6b0f759cdbcf2b39f96e2b909c673952ddc86c Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 9 Oct 2022 05:06:22 +0000 Subject: [PATCH] Update Hail to 0.10.0 (19) --- 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 1786eb3ed8..0abde46b49 100644 --- a/metadata/com.aistra.hail.yml +++ b/metadata/com.aistra.hail.yml @@ -97,7 +97,19 @@ Builds: - yes prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml + - versionName: 0.10.0 + versionCode: 19 + commit: c0e5af793cc2fd9f835708133624ea8a8fac210b + 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.7 -CurrentVersionCode: 18 +CurrentVersion: 0.10.0 +CurrentVersionCode: 19