Skip to content

Instantly share code, notes, and snippets.

@Kusumoto
Created December 21, 2018 06:59
Show Gist options
  • Save Kusumoto/199d03c2f96f5c35543a0d08b37bc46d to your computer and use it in GitHub Desktop.
Save Kusumoto/199d03c2f96f5c35543a0d08b37bc46d to your computer and use it in GitHub Desktop.
Add new bouncycastle and itext pdf package.
dependencies {
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.60'
compile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.60'
compile group: 'com.itextpdf', name: 'itextpdf', version: '5.5.13'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment