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 3c5b4c7
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3c5b4c7

Please sign in to comment.