From 12be937cba43d14d762e24436290b9f21f2b5969 Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Wed, 30 Oct 2019 19:47:28 -0700 Subject: [PATCH] Exclude protobuf-java version 3.10.0 That release broke compatibility with Android, 3.9.2 is safe and a fix is due in 3.11: https://github.com/protocolbuffers/protobuf/issues/6718#issuecomment-546058263 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e51b3af8..7e035a90 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ com.google.protobuf protobuf-java - 3.5.1 + (,3.10.0),(3.10.0,)