I am trying to build an Android project (via Maven) which depends on the Android Support Library V4 but specifies the version to be r18 and not 18.0.0.
My maven repo (.m2/repository) seem to be configured as 18.0.0 so i'm obviously getting a ton of file not found errors.
I have seen a colleagues computer is configured correctly. i.e. It contains directories r18 etc.
What is the difference and how do I setup my computer to be the same? Is one the new way of doing things? i.e. Did Google change the naming at some point?
Thanks.