[headless] expose ContactManager methods for adding contacts remotely

This commit is contained in:
Torsten Grote
2019-05-14 14:59:52 -03:00
parent dc6971734a
commit 5a73e50248
10 changed files with 313 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ dependencies {
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
testImplementation project(path: ':bramble-core', configuration: 'testOutput')
testImplementation project(path: ':briar-core', configuration: 'testOutput')
def junitVersion = '5.4.2'
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"