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
You can try this syntax:
provided (name:"", ext:'aar')
Be sure your main build.gradle has the path or maven repo to the aar package you want provided.