jmartinesp / SwissKnife

A multi-purpose library containing view injection and threading for Android using annotations
Apache License 2.0
254 stars 24 forks source link

Proguard #1

Closed dexafree closed 10 years ago

dexafree commented 10 years ago

I'm getting some issues while compiling the sample project and adding ProGuard to it.

Gradle log: https://ghostbin.com/paste/nw7wp

Most of the warnings are because not found references (maybe reflection?)

dexafree commented 10 years ago

After some tests, it's probably an android plugin issue, not a SwissKnife one