Felix on Nostr: LisPi nprofile1q…fm8mr nprofile1q…60l4r I think they meant the target api that ...
LisPi (nprofile…2mzm) nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqtva8g98fx0fks0pt38vr75tv02t30qd5ev7n5v7fcpl6t44hf7kq5fm8mr (nprofile…m8mr) nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqzwerwvj7a0z3fvju56h0ecg0p8587thlp0he4vrpapykd3d2hjdsh60l4r (nprofile…0l4r) I think they meant the target api that should always be the latest available, ideally.
In android you have targetSdk and minSdk.
I think minSdk can be as low as you want, but targetSdk should be always as high as possible.
This way the app is still up-to-date security-wise, even if it still works on older sdks.
If you have a targetSdk that is too low, you are likely pulling in security issues with those sdk's
In android you have targetSdk and minSdk.
I think minSdk can be as low as you want, but targetSdk should be always as high as possible.
This way the app is still up-to-date security-wise, even if it still works on older sdks.
If you have a targetSdk that is too low, you are likely pulling in security issues with those sdk's