I have an issue where I\'m trying to include a library in my project called the ParseLoginUI.
ParseLoginUI
The issue is it uses the provided tag instead of compile. I b
Try this: http://www.labouisse.com/how-to/2014/07/28/gradle-provided-scope-and-intellij/
He basically mimics the provided implementation.