Adapt common reference in build files

This commit is contained in:
Christoph Atteneder 2018-09-05 10:46:27 +02:00
parent fce7f45a41
commit df9dc6e089
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
2 changed files with 2 additions and 1 deletions

View File

@ -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'

View File

@ -1 +1,2 @@
rootProject.name = 'bisq-desktop'
include 'common'