p2p: Drop now unnecessary files

This commit is contained in:
Chi Nul 2018-08-18 14:07:46 +02:00 committed by Christoph Atteneder
parent 7a5eb33b67
commit 91cb4a9c28
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
2 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,8 @@ repositories {
}
dependencies {
compile 'network.bisq:bisq-common:-SNAPSHOT'
compile project(':common')
//compile 'network.bisq:bisq-common:-SNAPSHOT'
compile('com.github.JesusMcCloud.netlayer:tor.native:0.4.2') {
exclude(module: 'slf4j-api')
}

View File

@ -1,2 +0,0 @@
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000