Fix merge conflict

Bump netlayerVersion to  0.6.5.1
This commit is contained in:
ghubstan 2019-08-09 14:49:12 -03:00
parent 2709e61875
commit 623a1db1e7
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -223,17 +223,10 @@ configure(project(':common')) {
configure(project(':p2p')) {
dependencies {
compile project(':common')
<<<<<<< HEAD
compile("com.github.JesusMcCloud.netlayer:tor.native:$netlayerVersion") {
exclude(module: 'slf4j-api')
}
compile("com.github.JesusMcCloud.netlayer:tor.external:$netlayerVersion") {
=======
compile('com.github.JesusMcCloud.netlayer:tor.native:0.6.5.1') {
exclude(module: 'slf4j-api')
}
compile('com.github.JesusMcCloud.netlayer:tor.external:0.6.5.1') {
>>>>>>> upstream/master
exclude(module: 'slf4j-api')
}
compile("org.apache.httpcomponents:httpclient:$httpclientVersion") {