How to set the library build order in gradle?http://stackoverflow.com/questions/27344160/how-to-set-the-library-build-order-in-gradle

How to set the library build order in gradle?http://stackoverflow.com/questions/27344160/how-to-set-the-library-build-order-in-gradle

I have a custom android.jar which overrides the default android classes and needs to be build before the default android.jar .In eclipse I can set the order in the tab of ‘Order and Export’。But now I’m using gradle in android studio,what should i do?

Any ideas? Any clarification needed? Thanks in advance!