diff --git a/metadata/com.machiav3lli.fdroid.yml b/metadata/com.machiav3lli.fdroid.yml index 2789a33b32..c2aa560233 100644 --- a/metadata/com.machiav3lli.fdroid.yml +++ b/metadata/com.machiav3lli.fdroid.yml @@ -63,7 +63,17 @@ Builds: gradle: - yes + - versionName: 0.9.5 + versionCode: 915 + commit: a3fc611d9bc34006f02b4866b2b5755c41779437 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags ^[\d.]+$ -CurrentVersion: 0.9.4 -CurrentVersionCode: 914 +CurrentVersion: 0.9.5 +CurrentVersionCode: 915