missing figlib dependency

142 views
Skip to first unread message

Rob

unread,
Apr 21, 2017, 5:51:01 AM4/21/17
to Androidplot
I'm just trying to use androidplot for the first time with gradle:

> Could not resolve all dependencies for configuration ':_debugCompile'.
   
> Could not find com.halfhp.fig:figlib:1.0.3.
     
Searched in the following locations:
         https
://repo1.maven.org/maven2/com/halfhp/fig/figlib/1.0.3/figlib-1.0.3.pom
         https
://repo1.maven.org/maven2/com/halfhp/fig/figlib/1.0.3/figlib-1.0.3.jar
...
     
Required by:
         
:test:unspecified > com.androidplot:androidplot-core:1.4.2


Is this somewhere other than mavenCentral?

thanks

Nick

unread,
Apr 26, 2017, 8:36:50 AM4/26/17
to Androidplot
You don't need Fig to use Androidplot.  Are you including Androidplot as a Gradle dependency or as a source module?  If you are doing the later that could explain what you are seeing.

In any case, Fig does not currently publish to Maven Central.  You can get it from JCenter though:


repositories {
  maven
{
    url
"http://jcenter.bintray.com"
 
}
}

Rob

unread,
Apr 30, 2017, 7:15:52 AM4/30/17
to Androidplot
It is just a dependency:
dependencies {
 
...
  compile
"com.androidplot:androidplot-core:1.4.2
}

JCentre works though, and I have to say Androidplot is really good!
Reply all
Reply to author
Forward
0 new messages