Skip to content

Commit

Permalink
drop unused supplementary Bouncy Castle libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Feb 15, 2023
1 parent 33e311f commit 8657816
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
implementation("com.google.android.material:material:1.8.0")
implementation("com.google.guava:guava:31.1-android")
implementation("com.google.zxing:core:3.5.1")
implementation("org.bouncycastle:bcpkix-jdk18on:1.72")
implementation("org.bouncycastle:bcprov-jdk18on:1.72")

// work around conflict
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")
Expand Down
16 changes: 0 additions & 16 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1777,14 +1777,6 @@
<sha512 value="c9853de1f0706019bbca0c24dd01c30edf5315a78c0afd7c17907b6ac97609128529195b7d7edade1eb3354de439c7008873ab91c927a8089fd5732342849c7f" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.bouncycastle" name="bcpkix-jdk18on" version="1.72">
<artifact name="bcpkix-jdk18on-1.72.jar">
<sha512 value="b9a5a5851327690070c9db14a7c33a617f1556d3165e07b39c37325e3d65f635762f1385a8af709cf01147d65265b70db415c7a372bd2dc6d36a9d42ba015a31" origin="Generated by Gradle"/>
</artifact>
<artifact name="bcpkix-jdk18on-1.72.pom">
<sha512 value="aee6c82b73c3a687515dca3e915ea57a1a77682ca3d52b74d8d9719c6bd4779ecc038df3f1859726128ae985d21425c4f1718571e41d486907cd6d5b53177de7" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.bouncycastle" name="bcprov-jdk15on" version="1.67">
<artifact name="bcprov-jdk15on-1.67.jar">
<sha512 value="8a249d2bbcabf87097714ac5f6f1db4c9f798d3e193abd76f6be1cd577ee4fad6d75e61bad10ea92a1777e7747d61d285980a48af3451d8bff24553485729397" origin="Generated by Gradle"/>
Expand All @@ -1801,14 +1793,6 @@
<sha512 value="b2fc6203affaaa8d99ca6bdf33b30d09ebc18985a8bf51dbdcc0055fce2d2a172877e2f9651d0aabfed13dc87df5bb61019594e529409df0549a40c2992a33e4" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.bouncycastle" name="bcutil-jdk18on" version="1.72">
<artifact name="bcutil-jdk18on-1.72.jar">
<sha512 value="05e5ddb99eb94fb33a442f5135e3976e15b80208ecd54f00fc1748304076cd8b1fc48553ae425c3d701d43c463be5c1e039014ca6f89d7f19a90c3bc0cbf2cbc" origin="Generated by Gradle"/>
</artifact>
<artifact name="bcutil-jdk18on-1.72.pom">
<sha512 value="b292ab08ba654da2a402e7564edd36331924a4bbdea5a5cbef0f4f8b1560a00bf7ad972fefb9c53456529e28cb5895a3d7157d2f71f2c981cc51c5babd1d16d3" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.checkerframework" name="checker-qual" version="2.5.8">
<artifact name="checker-qual-2.5.8.pom">
<sha512 value="6edbfd06b6600352d3ce6dfa25653d8b56ed665ac89b781f50eef2aea88265f7a85883fbc6164127f0c418ac57e90d3fcda39dc2ba0821c09f2ce98408d3a050" origin="Generated by Gradle"/>
Expand Down

0 comments on commit 8657816

Please sign in to comment.