javiersantos / MaterialStyledDialogs

A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required.
Apache License 2.0
1.17k stars 155 forks source link

failed to resolve .... while updating from 1.3 to 1.4 #18

Closed iC00kScripts closed 8 years ago

iC00kScripts commented 8 years ago

The library works fine until i changed 1.3 to 1.4 in below line in gradle:

compile 'com.github.javiersantos:MaterialStyledDialogs:1.4'

error failed to resolve ..... is what i get. But when i change back to 1.3, it works fine.

jitpack.io has already been added to maven. Please help asap

Sleeper9 commented 8 years ago

Hi, I had no problems with the upgrade. Does this still not work? Maybe you can copy your build.gradles here.

javiersantos commented 8 years ago

I'm not able to reproduce the issue. Could you try using the latest version (v1.4.1)?

Thank you.

iC00kScripts commented 8 years ago

i am able to use the new version 1.4 on a new project. But i could not update from 1.3 to 1.4 on an old project. Maybe it is something I am not doing.