@vlads @Scott_Harrison
Is the “minSdkVersion=” setting in the ‘android’ section of our build.settings now deprecated?
I haven’t changed it in years, so I’m thinking the solar2D builds handle this now?
@vlads @Scott_Harrison
Is the “minSdkVersion=” setting in the ‘android’ section of our build.settings now deprecated?
I haven’t changed it in years, so I’m thinking the solar2D builds handle this now?
I haven’t heard of it being made obsolete. It’s likely that you’re using plugins, which require a higher Android API version than you’ve specified in your build settings, which leads to said setting getting overwritten.
No, it is not deprecated. What makes you think so?
Some plugins force higher API level. Otherwise build would just fail.