Skip to content

Commit

Permalink
use SDK 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Oct 18, 2019
1 parent bdfaf8c commit 53fabe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {

dependencies {
classpath 'com.fidesmo:gradle-javacard:0.2.7'
classpath 'com.github.status-im.status-keycard-java:desktop:8cb43e6'
classpath 'com.github.status-im.status-keycard-java:desktop:3.0.0'
}
}

Expand Down Expand Up @@ -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:8cb43e6')
testCompile('com.github.status-im.status-keycard-java:desktop:3.0.0')
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")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ repositories {
}

dependencies {
compile 'com.github.status-im.status-keycard-java:desktop:8cb43e6'
compile 'com.github.status-im.status-keycard-java:desktop:3.0.0'
}

0 comments on commit 53fabe7

Please sign in to comment.