use newer SDK

This commit is contained in:
Michele Balistreri 2019-03-20 13:26:58 +03:00
parent d803f47b99
commit ee12e6e1a3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ dependencies {
testCompile(files("../jcardsim/jcardsim-3.0.5-SNAPSHOT.jar"))
testCompile('org.web3j:core:2.3.1')
testCompile('org.bitcoinj:bitcoinj-core:0.14.5')
testCompile('com.github.status-im.status-keycard-java:desktop:f603979')
testCompile('com.github.status-im.status-keycard-java:desktop:425d085')
testCompile('org.bouncycastle:bcprov-jdk15on:1.60')
testCompile("org.junit.jupiter:junit-jupiter-api:5.1.1")
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.1.1")