mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Fix merge conflict
Bump netlayerVersion to 0.6.5.1
This commit is contained in:
parent
2709e61875
commit
623a1db1e7
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user