<div dir="ltr">Hello everybody,<div><br></div><div>I have an android app which uses graphhopper.</div><div><br></div><div>Everything works fine using version 0.3.</div><div><br></div><div>Gradle file contains it: compile('com.graphhopper:graphhopper:0.3')</div><div><br></div><div>But, when I try to use the version 0.4 it fails. It seems that I can't download it.</div><div><br></div><div>I tried to write this in the gradle file:</div><div><br></div><div>   compile('com.graphhopper:graphhopper:0.4')</div><div>   compile('com.graphhopper:graphhopper:0.4-SNAPSHOT')</div><div>   compile(group: 'com.graphhopper', name: 'graphhopper', version: '0.4-SNAPSHOT')</div><div><br></div><div>But any option works.</div>







<div><br></div><div>I don't write the gradle excluding groups because I don't think the complete gradle it's necessary, if it is I can write it :)<br></div><div><br></div><div>Anyone has this problem?</div><div><br></div><div>How can I solve it?</div><div><br></div><div><br></div><div><br></div><div>Thanks,</div><div><br></div><div>Jordi Urmeneta.</div><div><br></div></div>