Compare commits

...
2 Commits
Author SHA1 Message Date
Michele Balistreri 86e6cb60ec bc 1.60 2020-11-09 14:03:25 +01:00
Michele Balistreri aaf2c9d9e6 update README 2020-06-02 10:22:27 +03:00
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ You can import the SDK in your Gradle or Maven project using [Jitpack.io](https:
```groovy
dependencies {
implementation 'com.github.status-im.status-keycard-java:android:2.2.0'
implementation 'com.github.status-im.status-keycard-java:android:3.0.2'
}
```
@@ -23,6 +23,6 @@ dependencies {
```groovy
dependencies {
implementation 'com.github.status-im.status-keycard-java:desktop:2.2.0'
implementation 'com.github.status-im.status-keycard-java:desktop:3.0.2'
}
```
+2 -2
View File
@@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 300
versionName "3.0.0"
versionCode 303
versionName "3.0.3"
}
compileOptions {
+1 -1
View File
@@ -30,7 +30,7 @@ android {
dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'org.bouncycastle:bcprov-jdk15on:1.65'
implementation 'org.bouncycastle:bcprov-jdk15on:1.60'
implementation project(':android')
+1 -1
View File
@@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven'
dependencies {
implementation 'org.bouncycastle:bcprov-jdk15on:1.65'
implementation 'org.bouncycastle:bcprov-jdk15on:1.60'
}
task sourcesJar(type: Jar, dependsOn: classes) {