-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from bitsoex/v21
Support for v1 and v2
- Loading branch information
Showing
39 changed files
with
1,322 additions
and
475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
apply plugin:'java' | ||
apply plugin:'idea' | ||
version='0.0.4' | ||
|
||
group = 'com.bitso' | ||
version='SNAPSHOT' | ||
|
||
repositories { | ||
mavenCentral() | ||
maven { url 'https://jitpack.io' } | ||
} | ||
|
||
dependencies { | ||
compileOnly 'org.projectlombok:lombok:1.16.16' | ||
compileOnly 'org.projectlombok:lombok:1.18.2' | ||
testCompileOnly 'org.projectlombok:lombok:1.18.2' | ||
annotationProcessor 'org.projectlombok:lombok:1.18.2' | ||
testAnnotationProcessor 'org.projectlombok:lombok:1.18.2' | ||
compile 'org.slf4j:slf4j-api:1.7.25', | ||
'com.alibaba:fastjson:1.2.31' | ||
'com.fasterxml.jackson.core:jackson-databind:2.9.7' | ||
testCompile 'junit:junit:4.12' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rootProject.name = bitgo |
46 changes: 0 additions & 46 deletions
46
bitgo-java-api/src/main/java/com/bitso/bitgo/BitGoClient.java
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
bitgo-java-api/src/main/java/com/bitso/bitgo/SendCoinsResponse.java
This file was deleted.
Oops, something went wrong.
192 changes: 0 additions & 192 deletions
192
bitgo-java-api/src/main/java/com/bitso/bitgo/impl/BitGoClientImpl.java
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
bitgo-java-api/src/main/java/com/bitso/bitgo/impl/Conversions.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.