Skip to content

Commit

Permalink
use upstream bouncycastle provider package
Browse files Browse the repository at this point in the history
  • Loading branch information
Valodim committed May 30, 2020
1 parent 3492eac commit 596f050
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ apply plugin: 'java'

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
compile project(':openkeychain:extern:bouncycastle:core')
compile project(':openkeychain:extern:bouncycastle:prov')
implementation 'org.bouncycastle:bcprov-jdk15on:1.65'
}

sourceCompatibility = 1.6
Expand Down

0 comments on commit 596f050

Please sign in to comment.