From 1df4dcaf098ae61f75682a6f73fc0535a9e09c49 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 14 Jul 2023 04:22:28 +0000 Subject: [PATCH] Update Hail to 1.4.0 (27) --- 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 edc4871d62..8eb41f8fa0 100644 --- a/metadata/com.aistra.hail.yml +++ b/metadata/com.aistra.hail.yml @@ -169,7 +169,19 @@ Builds: - yes prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml + - versionName: 1.4.0 + versionCode: 27 + commit: 3e13e93a34038013ec1757b410de226478b5a401 + 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.3.0 -CurrentVersionCode: 26 +CurrentVersion: 1.4.0 +CurrentVersionCode: 27