this post was submitted on 06 May 2025
56 points (100.0% liked)
Opensource
2645 readers
62 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you patch your own OS, you can also build the app yourself with the lower target.
That means the app still technically supports lower targets and the deprecation is meaningless.
I'm not saying it'll work. I don't know if the app does anything that necessitates the higher version requirement. It may work perfectly, it may not work at all, or it may work with some things bugging out/crashing. All I'm saying is if you know how to patch your OS, rebuilding the app with a changed target is not going to be very difficult.
My bet is that as of today, recompiling the app with nothing changed except a reduced version requirement will probably work fine. However, over time as features are added or rewritten, it'll get progressively harder to maintain that A7 patch.
Now that is something I can agree with.