I have a published Android application where the minSdk version is set to 8. Since then, I realized that there really is nothing stopping me from lowering this requirement to 3.
Is there a performance hit or something else that is stopping me from doing this?
source
share