Skip to content

Commit 6d8097b

Browse files
fix(deps): update dependency com.google.guava:guava to v31.1-jre
1 parent dc91638 commit 6d8097b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ext {
9595
dependencies {
9696
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
9797

98-
implementation 'com.google.guava:guava:31.1-android'
98+
implementation 'com.google.guava:guava:31.1-jre'
9999
implementation ('commons-httpclient:commons-httpclient:3.1') {
100100
exclude group: 'commons-logging', module: 'commons-logging'
101101
}

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</trusted-artifacts>
1010
<ignored-keys>
1111
<ignored-key id="1DE461528F1F1B2A" reason="Key couldn't be downloaded from any key server"/>
12+
<ignored-key id="2D6641C6AF88103E" reason="Key couldn't be downloaded from any key server"/>
1213
<ignored-key id="EB095DA7D2F6AC0E" reason="Key couldn't be downloaded from any key server"/>
1314
</ignored-keys>
1415
<trusted-keys>

0 commit comments

Comments
 (0)