use master branch of SDK

This commit is contained in:
Michele Balistreri 2019-09-02 13:45:28 +03:00
parent 7473390715
commit a26ed296de
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath 'com.fidesmo:gradle-javacard:0.2.7'
classpath 'com.github.status-im.status-keycard-java:desktop:2.0.0'
classpath 'com.github.status-im.status-keycard-java:desktop:4a69788'
}
}
@ -55,7 +55,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:b50c12c')
testCompile('com.github.status-im.status-keycard-java:desktop:4a69788')
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")

View File

@ -4,5 +4,5 @@ repositories {
}
dependencies {
compile 'com.github.status-im.status-keycard-java:desktop:b50c12c'
compile 'com.github.status-im.status-keycard-java:desktop:4a69788'
}