How disable "targetSdkVersion"?

How disable value “targetSdkVersion” in builded .apk? if I’am build .apk then manifest include targetSdkVersion and minSdkVersion. I’am want only minSdkVersion. if I’am create manifest manually (in Assets/Plugins/Android) with only minSdkVersion, then after build .apk include targetSdkVersion and minSdkVersion.

Why do you want that? It’s there for a reason, explicitly telling the OS your app was built with certain SDK version.