mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Change version from -SNAPSHOT to 0.9.0
This commit is contained in:
parent
c180f8767a
commit
24991d739a
1 changed files with 5 additions and 5 deletions
10
build.gradle
10
build.gradle
|
@ -16,7 +16,7 @@ apply plugin: 'witness'
|
|||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
group = 'network.bisq'
|
||||
version = '0.7.1-SNAPSHOT'
|
||||
version = '0.9.0'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
|
@ -42,10 +42,10 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'network.bisq:bisq-common:-SNAPSHOT'
|
||||
compile 'network.bisq:bisq-core:-SNAPSHOT'
|
||||
compile 'network.bisq:bisq-p2p:-SNAPSHOT'
|
||||
//compile 'network.bisq:bisq-grpc:-SNAPSHOT'
|
||||
compile 'network.bisq:bisq-common:0.9.0'
|
||||
compile 'network.bisq:bisq-core:0.9.0'
|
||||
compile 'network.bisq:bisq-p2p:0.9.0'
|
||||
//compile 'network.bisq:bisq-grpc:0.9.0'
|
||||
compile 'org.controlsfx:controlsfx:8.0.6_20'
|
||||
compile 'org.reactfx:reactfx:2.0-M3'
|
||||
compile 'net.glxn:qrgen:1.3'
|
||||
|
|
Loading…
Add table
Reference in a new issue