Skip to content

Commit da6f6d1

Browse files
authored
⬆️ 升级guava版本
1 parent 1d7602b commit da6f6d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,10 @@
175175
<artifactId>xstream</artifactId>
176176
<version>1.4.11.1</version>
177177
</dependency>
178-
<!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
179178
<dependency>
180179
<groupId>com.google.guava</groupId>
181180
<artifactId>guava</artifactId>
182-
<version>20.0</version>
181+
<version>29.0-android</version>
183182
</dependency>
184183
<dependency>
185184
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)