We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7602b commit da6f6d1Copy full SHA for da6f6d1
1 file changed
pom.xml
@@ -175,11 +175,10 @@
175
<artifactId>xstream</artifactId>
176
<version>1.4.11.1</version>
177
</dependency>
178
- <!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
179
<dependency>
180
<groupId>com.google.guava</groupId>
181
<artifactId>guava</artifactId>
182
- <version>20.0</version>
+ <version>29.0-android</version>
183
184
185
<groupId>com.google.code.gson</groupId>
0 commit comments