mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Adapt common reference in build files
This commit is contained in:
parent
fce7f45a41
commit
df9dc6e089
@ -40,9 +40,9 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':common')
|
||||
compile 'network.bisq:bisq-p2p:-SNAPSHOT'
|
||||
compile 'network.bisq:bisq-core:-SNAPSHOT'
|
||||
compile 'network.bisq:bisq-common:-SNAPSHOT'
|
||||
compile 'org.controlsfx:controlsfx:8.0.6_20'
|
||||
compile 'org.reactfx:reactfx:2.0-M3'
|
||||
compile 'net.glxn:qrgen:1.3'
|
||||
|
@ -1 +1,2 @@
|
||||
rootProject.name = 'bisq-desktop'
|
||||
include 'common'
|
||||
|
Loading…
Reference in New Issue
Block a user