Bump Proguard to 4.8 to make things work with Java 7.

This commit is contained in:
Michael Bayne
2012-12-04 16:23:03 -08:00
parent bb61a43a71
commit bfb4b06b30
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
</condition>
<!-- set up the proguard task -->
<artifact:dependencies pathId="proguard.classpath">
<dependency groupId="net.sf.proguard" artifactId="proguard" version="4.4"/>
<dependency groupId="net.sf.proguard" artifactId="proguard-anttask" version="4.8"/>
</artifact:dependencies>
<taskdef resource="proguard/ant/task.properties" classpathref="proguard.classpath"/>