<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">
or get the APK from the Releases Section.
This application uses the QUERY_ALL_PACKAGES
permission in order to fetch the currently installed version of each app in the tracker
See RenderItem
metaData.installedVersion.value = packageManager
.getInstalledPackages(0)
.find { it.packageName == metaData.packageName.value }
?.versionName ?: "not installed"