In B4A v11.50 this attribute is no more available. There is any equivalent functionality or this is no more required?
This is what I currently have in my code:
I'm happy to release v11.50. This is an important update. Download link: https://www.b4x.com/b4a.html One of the major steps during compilation is the conversion of the Java bytecode into Android (Dalvik) runtime bytecode. It is called "dexing". This was done by the optimized dexer which was...
www.b4x.com
Other than that this version also adds support for targetSdkVersion = 31. I still recommend setting it to 30 for now.
Optimized dexer replaced with D8 tool.
Support for targetSdkVersion=31.
New #ExcludedLib attribute that is required in some cases when multiple native libraries with different versions are referenced.