22# SPDX-License-Identifier: AGPL-3.0-or-later
33
44[versions ]
5+ androidOpensslVersion = " 3.5.6"
56androidCommonLibraryVersion = " 0.33.2"
67androidGifDrawableVersion = " 1.2.31"
78androidImageCropperVersion = " 4.7.0"
@@ -65,7 +66,6 @@ mockitoVersion = "5.22.0"
6566mockkVersion = " 1.14.9"
6667nnioVersion = " 0.3.1"
6768objenesis = " 3.5"
68- opensslVersion = " 3.5.6"
6969orchestratorVersion = " 1.6.1"
7070orgJbundleUtilOsgiWrappedOrgApacheHttpClientVersion = " 4.1.2"
7171osmdroidAndroidVersion = " 6.1.20"
@@ -90,6 +90,7 @@ foundationVersion = "1.10.6"
9090[libraries ]
9191# Crypto
9292android-library = { module = " com.github.nextcloud:android-library" , version.ref = " androidLibraryVersion" }
93+ android-openssl = { module = " com.github.nextcloud-releases:android-openssl" , version.ref = " androidOpensslVersion" }
9394conscrypt-android = { module = " org.conscrypt:conscrypt-android" , version.ref = " conscryptAndroidVersion" }
9495bcpkix-jdk18on = { module = " org.bouncycastle:bcpkix-jdk18on" , version.ref = " bcpkixJdk18onVersion" }
9596
@@ -101,7 +102,6 @@ document-scanning-android-sdk = { module = "com.github.Hazzatur:Document-Scannin
101102fragment-ktx = { module = " androidx.fragment:fragment-ktx" , version.ref = " fragmentKtxVersion" }
102103exifinterface = { module = " androidx.exifinterface:exifinterface" , version.ref = " exifinterfaceVersion" }
103104material-icons-core = { module = " androidx.compose.material:material-icons-core" , version.ref = " materialIconsCoreVersion" }
104- openssl = { module = " com.nextcloud:openssl" , version.ref = " opensslVersion" }
105105webkit = { module = " androidx.webkit:webkit" , version.ref = " webkitVersion" }
106106splashscreen = { module = " androidx.core:core-splashscreen" , version.ref = " splash-screen" }
107107sectioned-recyclerview = { module = " com.github.nextcloud-deps:sectioned-recyclerview" , version.ref = " sectionedRecyclerviewVersion" }
0 commit comments