Skip to content

Commit 20992de

Browse files
committed
release android 4.8.9
Signed-off-by: Nischal Sharma <[email protected]>
1 parent 7054ab3 commit 20992de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
ext {
13-
bouncycastleVersion = '1.68'
13+
bouncycastleVersion = '1.77'
1414
jacksonVersion = '2.10.0'
1515
javaPoetVersion = '1.7.0'
1616
kotlinVersion = '1.3.72'

utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
description 'Minimal set of web3j utility classes'
33

4-
dependencies { compile "org.bouncycastle:bcprov-jdk15on:$bouncycastleVersion" }
4+
dependencies { compile "org.bouncycastle:bcprov-jdk18on:$bouncycastleVersion" }

0 commit comments

Comments
 (0)