Hi,
I am trying to build an android code which makes use of OpenXC, and I have included following lines in the build.gradle:
dependencies {
compile 'com.openxcplatform:library:7.0.6'
}
But it says that the library not found, could this be that it has been removed from maven repository?