diff --git a/metadata/com.machiav3lli.fdroid.yml b/metadata/com.machiav3lli.fdroid.yml index bfaa6efa75..697b125d51 100644 --- a/metadata/com.machiav3lli.fdroid.yml +++ b/metadata/com.machiav3lli.fdroid.yml @@ -73,7 +73,17 @@ Builds: gradle: - yes + - versionName: 0.9.6 + versionCode: 916 + commit: 401f533d7b808ee96ea165da564817bb58c5ca78 + 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.5 -CurrentVersionCode: 915 +CurrentVersion: 0.9.6 +CurrentVersionCode: 916