Skip to content

Commit

Permalink
Exclude protobuf-java version 3.10.0
Browse files Browse the repository at this point in the history
That release broke compatibility with Android, 3.9.2 is safe and a fix is due in 3.11: protocolbuffers/protobuf#6718 (comment)
  • Loading branch information
abonander committed Oct 31, 2019
1 parent 1f5c98c commit 12be937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.5.1</version>
<version>(,3.10.0),(3.10.0,)</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 12be937

Please sign in to comment.