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

Proguard files are appended in same line #52

Open mklueh opened 7 years ago

mklueh commented 7 years ago

I noticed, that if you have a proguard file ending with no empty line, the first line of your other proguard file gets appended into the same line.

So you basically will have two proguard options in one line as a result