vanniktech / gradle-android-apk-size-plugin

Gradle plugin that generates CSV files with apk size per output and variant of an apk
http://vanniktech.com
Apache License 2.0
84 stars 14 forks source link

JDK 7 support for CI builds #11

Closed jaredsburrows closed 8 years ago

jaredsburrows commented 8 years ago

Can you just compile this with JDK7? It would be nice when using different CI servers that have JDK7 and JDK8.

05:31:46 05:31:46 * What went wrong: 05:31:46 A problem occurred evaluating root project 'some-app'. 
05:31:46 > java.lang.UnsupportedClassVersionError: com/vanniktech/android/apk/size/ApkSizePlugin : Unsupported major.minor version 52.0
vanniktech commented 8 years ago

Closed by #12. Thanks for your contribution :+1:

jaredsburrows commented 8 years ago

@vanniktech Can you release this?

https://bintray.com/bintray/jcenter/com.vanniktech%3Agradle-android-apk-size-plugin/view

vanniktech commented 8 years ago

@jaredsburrows I just published the new version to maven central. It should be available soon