Skip to content

Commit

Permalink
bc 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Nov 9, 2020
1 parent aaf2c9d commit 86e6cb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 300
versionName "3.0.0"
versionCode 303
versionName "3.0.3"
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion demo-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 86e6cb6

Please sign in to comment.