diff --git a/metadata/com.machiav3lli.fdroid.yml b/metadata/com.machiav3lli.fdroid.yml index f122115f5b..05b33e104d 100644 --- a/metadata/com.machiav3lli.fdroid.yml +++ b/metadata/com.machiav3lli.fdroid.yml @@ -83,7 +83,17 @@ Builds: gradle: - yes + - versionName: 0.9.7 + versionCode: 917 + commit: d0c8d0fcfaf06e39f601f4ee24d7d68366776ede + sudo: + - 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.6 -CurrentVersionCode: 916 +CurrentVersion: 0.9.7 +CurrentVersionCode: 917