2015-08-05 19:52:18 +02:00
|
|
|
uploadArchives {
|
|
|
|
repositories {
|
|
|
|
mavenDeployer {
|
|
|
|
pom.project {
|
2016-01-10 13:38:32 +01:00
|
|
|
name 'Jabit Spongy Cryptography'
|
|
|
|
artifactId = 'jabit-cryptography-spongy'
|
|
|
|
description 'The Cryptography implementation using spongy castle (needed for Android)'
|
2015-08-05 19:52:18 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':domain')
|
|
|
|
compile 'com.madgag.spongycastle:prov:1.52.0.0'
|
|
|
|
testCompile 'junit:junit:4.11'
|
|
|
|
}
|