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.
2 parents dc91638 + 6d8097b commit 26c1351Copy full SHA for 26c1351
2 files changed
app/build.gradle
@@ -95,7 +95,7 @@ ext {
95
dependencies {
96
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
97
98
- implementation 'com.google.guava:guava:31.1-android'
+ implementation 'com.google.guava:guava:31.1-jre'
99
implementation ('commons-httpclient:commons-httpclient:3.1') {
100
exclude group: 'commons-logging', module: 'commons-logging'
101
}
gradle/verification-metadata.xml
@@ -9,6 +9,7 @@
9
</trusted-artifacts>
10
<ignored-keys>
11
<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"/>
13
<ignored-key id="EB095DA7D2F6AC0E" reason="Key couldn't be downloaded from any key server"/>
14
</ignored-keys>
15
<trusted-keys>
0 commit comments