Updated to use the deployed version of orion. (#727)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
Rob Dawson
2019-01-31 14:06:27 +10:00
committed by GitHub
parent b2060ff612
commit dfaaec82c8
4 changed files with 5 additions and 3 deletions

View File

@@ -29,5 +29,5 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'com.google.guava:guava'
implementation 'com.squareup.okhttp3:okhttp'
implementation 'net.consensys:orion:0.1.1-SNAPSHOT'
implementation 'net.consensys:orion'
}