I observed a relation between minsdk version and apk size in android. When increase the minsdk version of android app the apk file is getting decreased and reverse also happening. I am wondering is there any relation? if decreasing minsdk version is appending something to code, what exactly it is?
I am expecting some explanation from android geeks. :-) Thank you.