File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,18 @@ configurations {
18
18
19
19
dependencies {
20
20
compile project(' :bitrafael-common' )
21
- compile(group : ' org.bitcoinj' , name : ' bitcoinj-core' , version : ' 0.14.1' )
22
21
compile(group : ' com.madgag.spongycastle' , name : ' core' , version : ' 1.52.0.0' )
23
22
compile(group : ' com.google.guava' , name : ' guava' , version : ' 27.0.1-android' )
24
-
23
+
25
24
final String dashjVersion = ' 0.15.20190218'
26
25
final String litecoinjVersion = ' 0.15.20190219'
26
+ final String bitcoinjVersion = ' 0.14.1.20190220' // https://github.com/GENERALBYTESCOM/bitcoinj/tree/release-0.14.1
27
27
28
+ generalBytesCompile(group : ' org.bitcoinj' , name : ' bitcoinj-core' , version : bitcoinjVersion)
28
29
generalBytesCompile(group : ' org.litecoinj' , name : ' litecoinj-core' , version : litecoinjVersion)
29
30
generalBytesCompile(group : ' org.dashj' , name : ' dashj-core' , version : dashjVersion)
30
31
32
+ githubCompile(group : ' com.github.GENERALBYTESCOM.bitcoinj' , name : ' bitcoinj-core' , version : bitcoinjVersion)
31
33
githubCompile(group : ' com.github.GENERALBYTESCOM.litecoinj' , name : ' litecoinj-core' , version : litecoinjVersion)
32
34
githubCompile(group : ' com.github.GENERALBYTESCOM.dashj' , name : ' dashj-core' , version : dashjVersion)
33
35
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
group = projectGroup
7
7
8
8
dependencies {
9
- compile(group : ' org.bitcoinj' , name : ' bitcoinj-core' , version : ' 0.14.1' ) // bitcoinj
9
+ compile(group : ' org.bitcoinj' , name : ' bitcoinj-core' , version : ' 0.14.1.20190220 ' ) // bitcoinj
10
10
compile(group : ' com.caucho' , name : ' hessian' , version : ' 4.0.51' ) // hessian
11
11
compile(group : ' com.madgag.spongycastle' , name : ' core' , version : ' 1.52.0.0' )
12
12
compile(group : ' com.google.guava' , name : ' guava' , version : ' 27.0.1-android' )
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ verifyModule 'com.caucho:hessian:4.0.51:2a634aa70951af9d6d0dc89db0ebf8d2e8a11239
3
3
verifyModule 'com.fasterxml.jackson.core:jackson-annotations:2.9.1:029834aefc1649b08d32ab0fdc333142075001e842260beed40f0e5f4714c5e8'
4
4
verifyModule 'com.fasterxml.jackson.core:jackson-core:2.9.1:782e7efa27452f76f7e1191c166613bfbec785ac73ffb5504d323f07f3b1700e'
5
5
verifyModule 'com.fasterxml.jackson.core:jackson-databind:2.9.1:17b28ec21ae487bb9a0570b6c0ec66b2277d47546d4089c3a5a2b3e60054134c'
6
+ verifyModule 'com.github.GENERALBYTESCOM.bitcoinj:bitcoinj-core:0.14.1.20190220:a153d5a3562220f9b82b77774b04a54281fe6de239d8724df09233546cf0ea75'
6
7
verifyModule 'com.github.GENERALBYTESCOM.dashj:dashj-bls:0.15.20190218:c7e1610501b09b9bffc6fbd491be818a24b745718fe8734eea883c2e5341a7e5'
7
8
verifyModule 'com.github.GENERALBYTESCOM.dashj:dashj-core:0.15.20190218:8a37b1e4215674100ae11e21e8c41062c510693af31678b98bda62ba0cbb6242'
8
9
verifyModule 'com.github.GENERALBYTESCOM.litecoinj:litecoinj-core:0.15.20190219:8a1f69244c7dbfa82252845835c516c2de3004afe4a1e3e8f93728eb26935c4b'
@@ -32,7 +33,7 @@ verifyModule 'net.jcip:jcip-annotations:1.0:be5805392060c71474bf6c9a67a099471274
32
33
verifyModule 'oauth.signpost:signpost-core:1.2.1.2:a1d69c5346ebf086b0f63c382b4500ceb29304d8fe95157b060aa4cd3861f230'
33
34
verifyModule 'org.apache.httpcomponents:httpclient:4.5.2:0dffc621400d6c632f55787d996b8aeca36b30746a716e079a985f24d8074057'
34
35
verifyModule 'org.apache.httpcomponents:httpcore:4.4.4:f7bc09dc8a7003822d109634ffd3845d579d12e725ae54673e323a7ce7f5e325'
35
- verifyModule 'org.bitcoinj:bitcoinj-core:0.14.1:4a22064208be18f882764eaf8f1a5d057300d48bc1f5923aa458301a0fa98eed '
36
+ verifyModule 'org.bitcoinj:bitcoinj-core:0.14.1.20190220:e18a0f80c35592dd3afe59fcf343749984358e564b17e4899bb2a059c69dd543 '
36
37
verifyModule 'org.bitcoinj:orchid:1.2.1:f836325cfa0466a011cb755c9b0fee6368487a2352eb45f4306ad9e4c18de080'
37
38
verifyModule 'org.checkerframework:checker-compat-qual:2.5.2:d7291cebf5e158d169807ae49d4b16ff672986f0c6d803e5f207c40cb61ef982'
38
39
verifyModule 'org.codehaus.mojo:animal-sniffer-annotations:1.17:92654f493ecfec52082e76354f0ebf87648dc3d5cec2e3c3cdb947c016747a53'
You can’t perform that action at this time.
0 commit comments