From 0fe01f16508dd3e722f233eb95f91acc4884f3bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 10:00:30 +0000 Subject: fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.78 (#2986) * fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.78 * fix(deps): add missing bcutil dependency * fix(build): drop multi-release JAR artifacts from APK --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya --- app/build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e56c5385..872c1eae 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -34,6 +34,8 @@ android { useLiveLiterals = false kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get() } + + packaging { resources.excludes.add("META-INF/versions/**") } } dependencies { @@ -87,6 +89,7 @@ dependencies { implementation(libs.thirdparty.leakcanary.plumber) implementation(libs.thirdparty.sshj) implementation(libs.thirdparty.bouncycastle.bcprov) + implementation(libs.thirdparty.bouncycastle.bcutil) implementation(libs.thirdparty.slf4j.api) { because("SSHJ now uses SLF4J 2.0 which we don't want") -- cgit v1.2.3