update proguard to handle java8

This commit is contained in:
Connor Tumbleson 2015-02-26 15:40:27 -06:00
parent f8d153ce08
commit beab30089c

View File

@ -93,7 +93,7 @@ subprojects {
guava: 'com.google.guava:guava:14.0',
jflex: 'de.jflex:jflex:1.4.3',
junit: 'junit:junit:4.6',
proguard: 'net.sf.proguard:proguard-base:4.8',
proguard: 'net.sf.proguard:proguard-base:5.2',
snakeyaml: 'org.yaml:snakeyaml:1.12',
xmlpull: 'xpp3:xpp3:1.1.4c',
xmlunit: 'xmlunit:xmlunit:1.3',