adwiv / android-fat-aar

Gradle script that allows you to merge and embed dependencies in generted aar file
The Unlicense
1.46k stars 435 forks source link

Could not find property 'proguardRelease' #4

Closed robdoesstuff closed 9 years ago

robdoesstuff commented 9 years ago

In 1.2.3, it appears there is no proguardRelease task. I commented this out as I'm not using proguard at this stage, but FYI.

mklueh commented 9 years ago

First of all, great plugin (even if it doesn´t work). I can´t get why there is no support for multi library projects from scratch. But are there any news about this?

adwiv commented 9 years ago

proguradRelease is only used when you set minify = true in the build Fixed in the latest release by adding a conditional check.