File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
5454 */
5555dependencies {
5656 compile(group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.9.9" );
57- compile(group : " com.google.guava" , name : " guava" , version : " 25.1-jre " );
57+ compile(group : " com.google.guava" , name : " guava" , version : " 25.1-android " );
5858 compile(group : " com.github.java-json-tools" , name : " jackson-coreutils" , version : " 1.10" );
5959 compile(group : " com.github.fge" , name : " uri-template" , version : " 0.9" );
6060 // FIXME: no javadoc
@@ -75,7 +75,7 @@ javadoc.options.links("http://docs.oracle.com/javase/7/docs/api/");
7575javadoc. options. links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
7676javadoc. options. links(" https://fasterxml.github.io/jackson-databind/javadoc/2.2.0/" );
7777javadoc. options. links(" https://fasterxml.github.io/jackson-core/javadoc/2.2.0/" );
78- javadoc. options. links(" https://www.javadoc.io/doc/com.google.guava/guava/25.1-jre /" );
78+ javadoc. options. links(" https://www.javadoc.io/doc/com.google.guava/guava/25.1-android /" );
7979javadoc. options. links(" https://java-json-tools.github.io/btf/" );
8080javadoc. options. links(" https://java-json-tools.github.io/msg-simple/" );
8181javadoc. options. links(" https://java-json-tools.github.io/jackson-coreutils/" );
You can’t perform that action at this time.
0 commit comments