From 59a1a20226dd1026ecbee68355a8b4d361a29f4f Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 27 Oct 2022 19:11:11 +0000 Subject: [PATCH] Update Audio Spectrum Analyzer to 2.0 (200) --- .../org.woheller69.audio_analyzer_for_android.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/org.woheller69.audio_analyzer_for_android.yml b/metadata/org.woheller69.audio_analyzer_for_android.yml index 312b3ffb92..b1bb4cd6fe 100644 --- a/metadata/org.woheller69.audio_analyzer_for_android.yml +++ b/metadata/org.woheller69.audio_analyzer_for_android.yml @@ -40,7 +40,18 @@ Builds: gradle: - yes + - versionName: '2.0' + versionCode: 200 + commit: 3578553529abc2defe4196b5bb05de08d63a62a9 + subdir: audioSpectrumAnalyzer + sudo: + - apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '1.9' -CurrentVersionCode: 190 +CurrentVersion: '2.0' +CurrentVersionCode: 200