You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After attempting to use another library that utilizes BouncyCastle version 1.77, I encountered a dependency issue. Upon inspecting the dependency tree for the latest Android version of org.web3j:core:4.8.7-android, I observed the following dependency. I believe updating to a newer version is necessary to accommodate the new version of BouncyCastle.
Leads to build error: Caused by: java.lang.RuntimeException: Duplicate class org.bouncycastle.LICENSE found in modules jetified-bcprov-jdk15on-1.68 (org.bouncycastle:bcprov-jdk15on:1.68) and jetified-bcprov-jdk18on-1.77 (org.bouncycastle:bcprov-jdk18on:1.77)
The text was updated successfully, but these errors were encountered:
Issue_title
After attempting to use another library that utilizes BouncyCastle version 1.77, I encountered a dependency issue. Upon inspecting the dependency tree for the latest Android version of
org.web3j:core:4.8.7-android
, I observed the following dependency. I believe updating to a newer version is necessary to accommodate the new version of BouncyCastle.Issue_description
Leads to build error:
Caused by: java.lang.RuntimeException: Duplicate class org.bouncycastle.LICENSE found in modules jetified-bcprov-jdk15on-1.68 (org.bouncycastle:bcprov-jdk15on:1.68) and jetified-bcprov-jdk18on-1.77 (org.bouncycastle:bcprov-jdk18on:1.77)
The text was updated successfully, but these errors were encountered: