Skip to content

Commit 37aecbf

Browse files
authored
pom.xml: guava 26.0-android
27.0-android contains bug google/guava#3302, causing Android builds to fail
1 parent 463e6e7 commit 37aecbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<!-- NOTE: Use android version for JDK7/Android compatibility -->
4747
<groupId>com.google.guava</groupId>
4848
<artifactId>guava</artifactId>
49-
<version>27.0-android</version>
49+
<version>26.0-android</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)