Many developers use it as part of the Android Maven Plugin however but
we have integrated proguard directly and can load it dynamically from
the Android SDK, from a dependency and we might look into pushing a
new proguard version to central.
And Java 7 has not appeared for us yet since the Android build does
not support it..
manfred
> --
> You received this message because you are subscribed to the Google Groups "pyx4me-users" group.
> To post to this group, send email to pyx4me...@googlegroups.com.
> To unsubscribe from this group, send email to pyx4me-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pyx4me-users?hl=en.
>
<plugin>
<groupId>com.github.wvengen</groupId>
<artifactId>proguard-maven-plugin</artifactId>
<version>2.0.6</version>
<dependencies>
<dependency>
<groupId>net.sf.proguard</groupId>
<artifactId>proguard-base</artifactId>
<version>4.9</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<!-- configuration + executions skipped -->
</plugin>