From 481dd5933387741db22930024f644530dc0eadd0 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 23 Nov 2023 04:26:04 +0000 Subject: [PATCH] Update Hail to 1.7.0 (30) --- 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 c1baff384c..300837e322 100644 --- a/metadata/com.aistra.hail.yml +++ b/metadata/com.aistra.hail.yml @@ -205,7 +205,19 @@ Builds: - yes prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml + - versionName: 1.7.0 + versionCode: 30 + commit: 900a1c8ea9b8ff6635755edffdc01c38492a6b90 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.6.0 -CurrentVersionCode: 29 +CurrentVersion: 1.7.0 +CurrentVersionCode: 30