Comment on The state of Playstore
necrxfagivs@lemmy.world 1 year agoWhen I’m installing F-Droid I get a security alert about it being developed for a previous android version and that it doesn’t include latest privacy updates. How legit is that? I’m downloading the apk throught their official website f-droid.org
33KK@lemmy.blahaj.zone 1 year ago
It’s so the app still runs on ancient android versions. Use the Droid-ify client instead if you don’t want that
chimbori@lemmy.world 1 year ago
Not exactly. It’s possible to make an app run on older versions (select lower
minSdk
) and yet take advantage of newer features (select highertargetSdk
). This one can be easily be fixed by the F-Droid developers like almost all other developers have already.Droidify is amazing, I’d totally recommend that over the official F-Droid client any time. 👍
necrxfagivs@lemmy.world 1 year ago
Does it have security vulnerabilities?