Smack/smack-android
Paul Schaub 4ed4e8f71c
Don't compile android.jar contents into smack-android jar
gradles compile command (which is deprecated and should be replaced with implementation) includes the arguments resources into the result jar.
That means that smack-android will contain resources found at the android boot classpath.

This results in a +~11mb increase in size of the resulting apk when including Smack as a composite build. The increase comes from 11mb of Android resources, mainly drawables.

compileOnly (formerly provided) on the other hand will assert that the android.jar classes are provided by the system, which is probably what we want in this case.
2019-09-13 14:33:58 +02:00
..
src/main/java/org/jivesoftware Javadoc changes for Java 11 compatibility 2019-07-19 23:05:46 +02:00
build.gradle Don't compile android.jar contents into smack-android jar 2019-09-13 14:33:58 +02:00