diff --git a/metadata/com.vrem.wifianalyzer.yml b/metadata/com.vrem.wifianalyzer.yml index 33c7ea7010..5ef99e1d73 100644 --- a/metadata/com.vrem.wifianalyzer.yml +++ b/metadata/com.vrem.wifianalyzer.yml @@ -8,23 +8,6 @@ Changelog: https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/releases Donate: https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/#donations AutoName: WiFiAnalyzer -Description: |- - Optimize your WiFi network by examining surrounding WiFi networks, measuring - their signal strength as well as identifying crowded channels. - - Features: - - * Identify nearby Access Points - * Graph channels signal strength - * Graph Access Point signal strength over time - * Analyze WiFi networks to rate channels - * HT/VHT Detection - 40/80/160MHz (Requires Android OS 6+) - * Access Point view complete or compact - * Estimated Distance to the Access Points - * Export access points details - * Dark or Light theme available - * Pause/Resume scanning - * Available filters: WiFi band, Signal strength, Security and SSID RepoType: git Repo: https://github.com/VREMSoftwareDevelopment/WifiAnalyzer.git @@ -296,9 +279,20 @@ Builds: gradle: - yes + - versionName: 3.0.5 + versionCode: 57 + commit: V3.0.5-F-DROID + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless + - update-alternatives --auto java + gradle: + - yes + MaintainerNotes: Upstream generates the version information at compile time. AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: 3.0.4 -CurrentVersionCode: 56 +CurrentVersion: 3.0.5 +CurrentVersionCode: 57