Hello everybody,

I have an android app which uses graphhopper.

Everything works fine using version 0.3.

Gradle file contains it: compile('com.graphhopper:graphhopper:0.3')

But, when I try to use the version 0.4 it fails. It seems that I can't
download it.

I tried to write this in the gradle file:

   compile('com.graphhopper:graphhopper:0.4')
   compile('com.graphhopper:graphhopper:0.4-SNAPSHOT')
   compile(group: 'com.graphhopper', name: 'graphhopper', version:
'0.4-SNAPSHOT')

But any option works.

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 :)

Anyone has this problem?

How can I solve it?



Thanks,

Jordi Urmeneta.
_______________________________________________
GraphHopper mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/graphhopper

Reply via email to