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 {
|
2016-01-17 05:42:48 +01:00
|
|
|
compile project(':core')
|
2015-08-05 19:52:18 +02:00
|
|
|
compile 'com.madgag.spongycastle:prov:1.52.0.0'
|
2016-06-16 19:47:59 +02:00
|
|
|
testCompile 'junit:junit:4.12'
|
2016-10-15 18:01:08 +02:00
|
|
|
testCompile 'org.mockito:mockito-core:1.10.19'
|
2015-08-05 19:52:18 +02:00
|
|
|
}
|