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
I had this problem with calligraphy (github.com/chrisjenx/Calligraphy) and gradle 2.3.3 . I changed the repository from jcenter() to mavenCentral() and now it is ok!