File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ allprojects {
16
16
repositories {
17
17
google()
18
18
jcenter()
19
+ maven { url ' https://jitpack.io' }
19
20
}
20
21
21
22
// custom dokka format
@@ -28,5 +29,5 @@ allprojects {
28
29
29
30
ext {
30
31
compileSdkVersion = 29
31
- hwSdkVersionName = ' 4.1.4 '
32
+ hwSdkVersionName = ' 4.2.1 '
32
33
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
compileOnly project(' :hwsecurity:ui' )
10
10
compileOnly ' com.google.android.material:material:1.1.0'
11
11
12
- implementation ' org.bouncycastle:bcprov-jdk15on:1.67 '
12
+ implementation ' org.bouncycastle:bcprov-jdk15on:1.65 '
13
13
14
14
compileOnly ' androidx.annotation:annotation:1.1.0'
15
15
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'org.jetbrains.dokka'
5
5
dependencies {
6
6
api project(' :hwsecurity:core' )
7
7
8
- implementation ' org.bouncycastle:bcprov-jdk15on:1.67 '
8
+ implementation ' org.bouncycastle:bcprov-jdk15on:1.65 '
9
9
10
10
compileOnly ' androidx.annotation:annotation:1.1.0'
11
11
You can’t perform that action at this time.
0 commit comments