Skip to content

Commit d6c7e9c

Browse files
committed
wip
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent e0ded61 commit d6c7e9c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ dependencies {
446446

447447
// region Crypto
448448
implementation(libs.conscrypt.android)
449-
implementation("com.nextcloud:openssl:3.5.6")
449+
implementation(libs.openssl)
450450
// endregion
451451

452452
// region Library

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ mockitoVersion = "5.22.0"
6565
mockkVersion = "1.14.9"
6666
nnioVersion = "0.3.1"
6767
objenesis = "3.5"
68+
opensslVersion = "3.5.6"
6869
orchestratorVersion = "1.6.1"
6970
orgJbundleUtilOsgiWrappedOrgApacheHttpClientVersion = "4.1.2"
7071
osmdroidAndroidVersion = "6.1.20"
@@ -100,6 +101,7 @@ document-scanning-android-sdk = { module = "com.github.Hazzatur:Document-Scannin
100101
fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragmentKtxVersion" }
101102
exifinterface = { module = "androidx.exifinterface:exifinterface", version.ref = "exifinterfaceVersion" }
102103
material-icons-core = { module = "androidx.compose.material:material-icons-core", version.ref = "materialIconsCoreVersion" }
104+
openssl = { module = "com.nextcloud:openssl", version.ref = "opensslVersion" }
103105
webkit = { module = "androidx.webkit:webkit", version.ref = "webkitVersion" }
104106
splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "splash-screen" }
105107
sectioned-recyclerview = { module = "com.github.nextcloud-deps:sectioned-recyclerview", version.ref = "sectionedRecyclerviewVersion" }

0 commit comments

Comments
 (0)