diff --git a/metadata/com.aistra.hail.yml b/metadata/com.aistra.hail.yml index 8eb41f8fa0..4ab7a5979f 100644 --- a/metadata/com.aistra.hail.yml +++ b/metadata/com.aistra.hail.yml @@ -181,7 +181,19 @@ Builds: - yes prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml + - versionName: 1.5.0 + versionCode: 28 + commit: 79adb5eb78e2d4363cdcbbdfc8013a6f2443ec7d + 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.4.0 -CurrentVersionCode: 27 +CurrentVersion: 1.5.0 +CurrentVersionCode: 28