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
instead of that,
Clone ParseLoginUI from here
Import ParseLoginUI as a module and include these on gradle
compile project(':ParseLoginUI') compile 'com.facebook.android:facebook-android-sdk:4.0.1'
Hope this helps