Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuermann committed Dec 18, 2020
1 parent bd93a33 commit 4cf2820
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}

// custom dokka format
Expand All @@ -28,5 +29,5 @@ allprojects {

ext {
compileSdkVersion = 29
hwSdkVersionName = '4.1.4'
hwSdkVersionName = '4.2.1'
}
2 changes: 1 addition & 1 deletion hwsecurity/openpgp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compileOnly project(':hwsecurity:ui')
compileOnly 'com.google.android.material:material:1.1.0'

implementation 'org.bouncycastle:bcprov-jdk15on:1.67'
implementation 'org.bouncycastle:bcprov-jdk15on:1.65'

compileOnly 'androidx.annotation:annotation:1.1.0'

Expand Down
2 changes: 1 addition & 1 deletion hwsecurity/ssh/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'org.jetbrains.dokka'
dependencies {
api project(':hwsecurity:core')

implementation 'org.bouncycastle:bcprov-jdk15on:1.67'
implementation 'org.bouncycastle:bcprov-jdk15on:1.65'

compileOnly 'androidx.annotation:annotation:1.1.0'

Expand Down

0 comments on commit 4cf2820

Please sign in to comment.