diff --git a/metadata/com.aistra.hail.yml b/metadata/com.aistra.hail.yml index 8467530e1f..e0961020cf 100644 --- a/metadata/com.aistra.hail.yml +++ b/metadata/com.aistra.hail.yml @@ -61,7 +61,19 @@ Builds: - yes prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml + - versionName: 0.9.5 + versionCode: 16 + commit: ec7f752569a780f88d353ff362c09244132f579f + 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.4 -CurrentVersionCode: 15 +CurrentVersion: 0.9.5 +CurrentVersionCode: 16