[GraphHopper] Android - Error with version 0.4 in android
Jordi Urmeneta
jordi.urmeneta at gmail.com
Tue Apr 28 10:03:37 UTC 2015
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/graphhopper/attachments/20150428/3cfd3b97/attachment.html>
More information about the GraphHopper
mailing list