Use org.bouncycastle:bcprov-jdk18on
instead of org.bouncycastle:bcprov-jdk15to18
#9566
jcesarmobile
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I understand it,
org.bouncycastle:bcprov-jdk18on
is for JDK 8 and newer, whileorg.bouncycastle:bcprov-jdk15to18
is for JDK 5 to JDK 8.Android development supports newer JDKs now, so I think it should be safe to update to the
jdk18on
version.Beta Was this translation helpful? Give feedback.
All reactions