Skip to content

Commit 00b2451

Browse files
committed
Bump Guava to 28.1-android.
Now that we're using the android track with support for Java 7, we shouldn't run into missing symbols errors. Fixes #59.
1 parent 0cdd45f commit 00b2451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
*/
6262
dependencies {
6363
compile(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.9.9");
64-
compile(group: "com.google.guava", name: "guava", version: "25.1-android");
64+
compile(group: "com.google.guava", name: "guava", version: "28.1-android");
6565
compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "1.11-SNAPSHOT");
6666
compile(group: "com.github.java-json-tools", name: "uri-template", version: "0.10-SNAPSHOT");
6767
// FIXME: no javadoc
@@ -89,7 +89,7 @@ javadoc {
8989
links("https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/");
9090
links("https://fasterxml.github.io/jackson-databind/javadoc/2.2.0/");
9191
links("https://fasterxml.github.io/jackson-core/javadoc/2.2.0/");
92-
links("https://www.javadoc.io/doc/com.google.guava/guava/25.1-android/");
92+
links("https://www.javadoc.io/doc/com.google.guava/guava/28.1-android/");
9393
links("https://java-json-tools.github.io/btf/");
9494
links("https://java-json-tools.github.io/msg-simple/");
9595
links("https://java-json-tools.github.io/jackson-coreutils/");

0 commit comments

Comments
 (0)