Skip to content

Commit

Permalink
release android 4.8.9
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo committed Apr 15, 2024
1 parent 7054ab3 commit 20992de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

ext {
bouncycastleVersion = '1.68'
bouncycastleVersion = '1.77'
jacksonVersion = '2.10.0'
javaPoetVersion = '1.7.0'
kotlinVersion = '1.3.72'
Expand Down
2 changes: 1 addition & 1 deletion utils/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

description 'Minimal set of web3j utility classes'

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

0 comments on commit 20992de

Please sign in to comment.