apply plugin: 'java'

repositories {
    jcenter()
}

dependencies {
    compile 'com.madgag.spongycastle:pkix:1.53.0.0'
    compile 'com.madgag.spongycastle:prov:1.53.0.0'
    compile 'com.madgag.spongycastle:core:1.53.0.0'
}