Firemonkey: can we update targetSdkVersion in AndroidManifest.template.xml?

  

I read that berlin is compatible with marshmallow, but i see that by default in the AndroidManifest.template.xml we have :

<uses-sdk android:minSdkVersion=”%minSdkVersion%” android:targetSdkVersion=”%targetSdkVersion%” />

i don’t know where delphi took the variable to update %targetSdkVersion% but it’s seam to be all the time 14 and i don’t see any way to configure it

i would like to replace %targetSdkVersion% by 23 (marshmallow api level, to support the app permissions), but is it safe to do so or it’s will introduce many other bug ?

Comments are closed.