From 0f727bb09822e24cff666eb28f5be05b14ff7268 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 20 Aug 2026 07:38:21 +0200 Subject: [PATCH] Fixed BouncyCastle build --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index af70c1179f..9a3fcf196d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -804,6 +804,10 @@ dependencies { implementation "org.bouncycastle:bcpkix-jdk15to18:$bouncycastle_version" implementation "org.bouncycastle:bctls-jdk15to18:$bouncycastle_version" + // 1.85 only: https://github.com/bcgit/bc-java/issues/2356 + implementation "org.bouncycastle:bcprov-jdk15to18:1.85.2" + implementation "org.bouncycastle:bcutil-jdk15to18:1.85.1" + // https://github.com/openid/AppAuth-Android // https://mvnrepository.com/artifact/net.openid/appauth implementation "net.openid:appauth:$appauth_version"