[android-developers] Re: Proguard and library projects.

2012-06-14 Thread Turbo
I've tested this and currently you do not need to enable proguard for the Android Library project. In fact, I think the proguard files and the project.properties files for the library project are unused. What matters is the files in your Application Project. Whatever conditions you set in those

[android-developers] Re: Proguard and library projects.

2012-05-02 Thread FiltrSoft
Doing a quick Google search, I found this post: https://groups.google.com/forum/?fromgroups#!topic/android-developers/hkgtZWpYlKU Doesn't look like you need to set proguard on library projects. That guy probably knows what he's talking about. http://www.filtrsoft.com Custom news monitoring app

[android-developers] Re: Proguard and library projects.

2012-05-02 Thread FiltrSoft
I was wondering about this myself. Sorry for the not helpful reply, but I wanted to get email updates to this post. :) On Wednesday, May 2, 2012 3:58:29 PM UTC-4, MB wrote: > > Hi, > > I've an application_project that depends on a library_project. Do we > need to enable proguard for the librar