Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ dependencies {
// ZXing QR decoder deps
implementation 'com.google.zxing:core:3.5.0'

implementation 'org.bouncycastle:bcprov-jdk15to18:1.78'
implementation 'org.bouncycastle:bcprov-jdk18on:1.85'
}
4 changes: 4 additions & 0 deletions guardian/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ mavenPublishing {
}
}

configurations.all {
resolutionStrategy.force 'org.bouncycastle:bcprov-jdk18on:1.85'
}

dependencies {
// Annotations (@NonNull etc)
implementation 'androidx.annotation:annotation:1.9.1'
Expand Down
Loading