Skip to content

Commit

Permalink
update cryptology
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Mar 20, 2024
1 parent 9bf9cf5 commit 3ebb097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobahn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.16.1'
implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.8'
implementation('io.xconn:cryptology:0.1.0') {
implementation('io.xconn:cryptology:1.0.1') {
exclude group: "org.bouncycastle", module: "bcprov-jdk18on"
}
if (IS_ANDROID) {
Expand Down

0 comments on commit 3ebb097

Please sign in to comment.