This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ android {
34
34
useLiveLiterals = false
35
35
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
36
36
}
37
+
38
+ packaging { resources.excludes.add(" META-INF/versions/**" ) }
37
39
}
38
40
39
41
dependencies {
@@ -87,6 +89,7 @@ dependencies {
87
89
implementation(libs.thirdparty.leakcanary.plumber)
88
90
implementation(libs.thirdparty.sshj)
89
91
implementation(libs.thirdparty.bouncycastle.bcprov)
92
+ implementation(libs.thirdparty.bouncycastle.bcutil)
90
93
91
94
implementation(libs.thirdparty.slf4j.api) {
92
95
because(" SSHJ now uses SLF4J 2.0 which we don't want" )
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
agp = " 8.3.1"
3
3
androidxActivity = " 1.9.0-rc01"
4
- bouncycastle = " 1.77 "
4
+ bouncycastle = " 1.78 "
5
5
# @keep used for kotlinCompilerExtensionVersion
6
6
composeCompiler = " 1.5.11-dev-k1.9.23-96ef9dc6af1"
7
7
coroutines = " 1.8.1-Beta"
@@ -72,6 +72,7 @@ testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-
72
72
testing-testparameterinjector = " com.google.testparameterinjector:test-parameter-injector:1.15"
73
73
testing-turbine = " app.cash.turbine:turbine:1.1.0"
74
74
thirdparty-bouncycastle-bcprov = { module = " org.bouncycastle:bcprov-jdk18on" , version.ref = " bouncycastle" }
75
+ thirdparty-bouncycastle-bcutil = { module = " org.bouncycastle:bcutil-jdk18on" , version.ref = " bouncycastle" }
75
76
# We're fine with the current version.
76
77
# noinspection GradleDependency
77
78
thirdparty-commons_codec = " commons-codec:commons-codec:1.14"
You can’t perform that action at this time.
0 commit comments