Versioning: minSdkVersion & XML Manifest

etLux

Member
Licensed User
Longtime User
I'm a little in the dark (what else is new)
on the XML manifest and how B4A decides
minSdkVersion.

For instance, I just upgraded to B4A 1.10
(thank you, Erel!) and it seems to want the
android-8 level from the Android SDK.

But when I look in the AndroidManifest.xml
it specifies:

<uses-sdk android:minSdkVersion="4" />

Would I have to manually edit that or set
it somewhere to "8"...?

Or does B4A decide the minSdkVersion based
on features used...?

Thanks,


David
-----
David Sosnowski
The Music of David Sosnowski
 
Top