simpligility / android-maven-plugin

Maven Plugin for Android Application development and more
http://simpligility.github.io/android-maven-plugin/
Apache License 2.0
1.05k stars 394 forks source link

Allowing D8 instead of Dex #781

Closed william-ferguson-au closed 5 years ago

william-ferguson-au commented 5 years ago

D8 is the new dex mechanism available in the Android 28 tools. It allows for use of and desugaring of Java8 syntax.

To use add a

<DexMechansim>D8</DexMechansim>

element to your config.

william-ferguson-au commented 5 years ago

This solves #773