From 4437c97ae05c54ecc03deab35c7e1f6ed36b0935 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 16 Jul 2022 04:17:36 +0000 Subject: [PATCH] Update Audio Spectrum Analyzer to 1.9 (190) --- .../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 86219a0189..38da325b89 100644 --- a/metadata/org.woheller69.audio_analyzer_for_android.yml +++ b/metadata/org.woheller69.audio_analyzer_for_android.yml @@ -29,7 +29,18 @@ Builds: gradle: - yes + - versionName: '1.9' + versionCode: 190 + commit: 72f57f6d42de7307edd861d7c539c4d7c7b6fc8e + subdir: audioSpectrumAnalyzer + 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 -CurrentVersion: '1.8' -CurrentVersionCode: 180 +CurrentVersion: '1.9' +CurrentVersionCode: 190