File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 88 <trust group="com.android.tools.build" name="aapt2" version="8.8.2-12006047" reason="ships OS specific artifacts (win/linux) - temp global trust"/>
99 <trust file=".*-sources[.]jar" regex="true"/>
1010 </trusted-artifacts>
11+ <ignored-keys>
12+ <ignored-key id="BAC30622339994C4" reason="Key couldn't be downloaded from any key server"/>
13+ </ignored-keys>
1114 <trusted-keys>
1215 <trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah" name="JavaEWAH" version="1.2.3"/>
1316 <trusted-key id="03C123038C20AAE9E286C857479D601F3A7B5C1A" group="^com[.]github[.]ajalt($|([.].*))" regex="true"/>
64416444 <sha256 value="820e817e86c493aa7affd6cbb991ee60925b6c8b74541f742cb22070f6f20459" origin="Generated by Gradle"/>
64426445 </artifact>
64436446 </component>
6447+ <component group="com.google.guava" name="guava" version="33.4.8-jre">
6448+ <artifact name="guava-33.4.8-android.jar">
6449+ <sha256 value="a1f8a4bafe5a77232d333356843e194599b30837574a7f4be1063daaaaab102c" origin="Generated by Gradle" reason="Artifact is not signed"/>
6450+ </artifact>
6451+ </component>
64446452 <component group="com.google.guava" name="guava-parent" version="26.0-android">
64456453 <artifact name="guava-parent-26.0-android.pom">
64466454 <sha256 value="f8698ab46ca996ce889c1afc8ca4f25eb8ac6b034dc898d4583742360016cc04" origin="Generated by Gradle"/>
99189926 <sha256 value="15272b7e0ef13876dfde46a8a82c26315e277891f204bd905475a4e4f4fa52c5" origin="Generated by Gradle"/>
99199927 </artifact>
99209928 </component>
9929+ <component group="org.jspecify" name="jspecify" version="1.0.0">
9930+ <artifact name="jspecify-1.0.0.jar">
9931+ <sha256 value="1fad6e6be7557781e4d33729d49ae1cdc8fdda6fe477bb0cc68ce351eafdfbab" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
9932+ </artifact>
9933+ <artifact name="jspecify-1.0.0.module">
9934+ <sha256 value="d307ca77a54e18ac1ef1aaed4e5bbe014bd2f49f29e1d2f813e47c278283195b" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
9935+ </artifact>
9936+ </component>
99219937 <component group="org.junit" name="junit-bom" version="5.10.0">
99229938 <artifact name="junit-bom-5.10.0.module">
99239939 <sha256 value="eb3ee6127608010694a898056e7407d117296003aba5f5db801df430b9887fcf" origin="Generated by Gradle"/>
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
6969
7070 implementation " androidx.core:core-ktx:1.12.0"
7171 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
72- implementation ' com.google.guava:guava:33.4.0 -jre'
72+ implementation ' com.google.guava:guava:33.4.8 -jre'
7373
7474 implementation ' org.bouncycastle:bcpkix-jdk18on:1.80'
7575
You can’t perform that action at this time.
0 commit comments