Skip to content

Commit 4cf2820

Browse files
committed
v4.2.1
1 parent bd93a33 commit 4cf2820

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ allprojects {
1616
repositories {
1717
google()
1818
jcenter()
19+
maven { url 'https://jitpack.io' }
1920
}
2021

2122
// custom dokka format
@@ -28,5 +29,5 @@ allprojects {
2829

2930
ext {
3031
compileSdkVersion = 29
31-
hwSdkVersionName = '4.1.4'
32+
hwSdkVersionName = '4.2.1'
3233
}

hwsecurity/openpgp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
compileOnly project(':hwsecurity:ui')
1010
compileOnly 'com.google.android.material:material:1.1.0'
1111

12-
implementation 'org.bouncycastle:bcprov-jdk15on:1.67'
12+
implementation 'org.bouncycastle:bcprov-jdk15on:1.65'
1313

1414
compileOnly 'androidx.annotation:annotation:1.1.0'
1515

hwsecurity/ssh/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'org.jetbrains.dokka'
55
dependencies {
66
api project(':hwsecurity:core')
77

8-
implementation 'org.bouncycastle:bcprov-jdk15on:1.67'
8+
implementation 'org.bouncycastle:bcprov-jdk15on:1.65'
99

1010
compileOnly 'androidx.annotation:annotation:1.1.0'
1111

0 commit comments

Comments
 (0)