I have created the generalized application using the ActionBar with fragments for Android version 3.0 and above. I need use the Proguard for my application. I have tried the codes in the following link.
https://github.com/Decad3nce/Aegis/blob/master/proguard-project.txt
They specify the proguard lines of code for ActionBarSherlock. But I am using the ActionBar and Fragment for my application. How can I use the Progaurd for my application?