Skip to content

Commit

Permalink
Fix upper/lowercase in example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neuhalje committed Apr 20, 2017
1 parent db8cc5b commit bd6e6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/decrypt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
compile 'org.bouncycastle:bcprov-jdk15on:1.56'
compile 'org.bouncycastle:bcpg-jdk15on:1.56'

compile 'name.neuhalfen.projects.crypto.bouncycastle.openpgp:Bouncy-gpg:2.+'
compile 'name.neuhalfen.projects.crypto.bouncycastle.openpgp:bouncy-gpg:2.+'

compile 'org.slf4j:slf4j-api:1.7.22'
compile 'ch.qos.logback:logback-classic:1.2.1'
Expand Down
2 changes: 1 addition & 1 deletion examples/encrypt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
compile 'org.bouncycastle:bcprov-jdk15on:1.56'
compile 'org.bouncycastle:bcpg-jdk15on:1.56'

compile 'name.neuhalfen.projects.crypto.bouncycastle.openpgp:Bouncy-gpg:2.+'
compile 'name.neuhalfen.projects.crypto.bouncycastle.openpgp:bouncy-gpg:2.+'

compile 'org.slf4j:slf4j-api:1.7.22'
compile 'ch.qos.logback:logback-classic:1.2.1'
Expand Down

0 comments on commit bd6e6eb

Please sign in to comment.