add dependencies on streaming lib, skeleton of i2p connector

This commit is contained in:
Zlatin Balevsky
2018-07-25 14:21:13 +01:00
parent 16fc1f42c7
commit cf6a9b9314
2 changed files with 14 additions and 0 deletions

View File

@@ -1 +1,6 @@
mainClassName = 'com.muwire.core.Core'
dependencies {
compile 'net.i2p.client:mstreaming:0.9.35'
compile 'net.i2p.client:streaming:0.9.35'
}