krschultz / android-proguard-snippets

Proguard configurations for common Android libraries

Home Page:http://www.kevinrschultz.com/blog/2014/02/15/proguard-with-gradle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add proguard config for retrolambda

dalewking opened this issue · comments

As shown here: https://github.com/evant/gradle-retrolambda#proguard

You need a -dontwarn for retrolambda:

-dontwarn java.lang.invoke.*

@dalewking same for this one, either you can Pull Request it or I can add it, your preference.