Some bugfixes and added findMessages by sender

This commit is contained in:
2015-09-29 07:13:27 +02:00
parent 7fb837645f
commit c3fdee79ca
4 changed files with 12 additions and 4 deletions

View File

@@ -2,9 +2,9 @@ uploadArchives {
repositories {
mavenDeployer {
pom.project {
name 'Jabit Spongy Security'
artifactId = 'jabit-security-spongy'
description 'The Security implementation using spongy castle (needed for Android)'
name 'Jabit Bouncy Security'
artifactId = 'jabit-security-bouncy'
description 'The Security implementation using bouncy castle'
}
}
}