and they should also be without the scala version cross path when published:
crossPaths := false
They are copied to a managed native library folder and the ApkBuilder has been modified to add additional native libraries from that folder.
One part I'm not sure about is adding "so" to classpathTypes. There probably needs to be additional work done to make sure only jars in the classpath are being proguarded and such.
The artifacts are expected to end in ".so" and have either the armeabi or armeabi-v7a classifier:
and they should also be without the scala version cross path when published:
They are copied to a managed native library folder and the ApkBuilder has been modified to add additional native libraries from that folder.
One part I'm not sure about is adding "so" to classpathTypes. There probably needs to be additional work done to make sure only jars in the classpath are being proguarded and such.