From 5974bc9c01ee94709edc2684fd2f1e7c4bf57a09 Mon Sep 17 00:00:00 2001 From: Prashan Dharmasena Date: Thu, 12 Jan 2023 19:07:38 -0500 Subject: [PATCH] Switch to bc jdk15on dependency to be compatible with WCv2 library. --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 2d2ebe6..43ca7d4 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -14,7 +14,7 @@ dependencies { implementation "com.github.komputing:khex:1.1.0" - implementation "org.bouncycastle:bcprov-jdk15to18:1.71" + implementation "org.bouncycastle:bcprov-jdk15on:1.70" implementation "com.squareup.moshi:moshi:$versions.moshi" ksp "com.squareup.moshi:moshi-kotlin-codegen:$versions.moshi"