Skip to content

Commit 302518e

Browse files
committed
updated to use openssl with 16 kb support
1 parent 3674eea commit 302518e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ dependencies {
276276
implementation 'com.facebook.react:react-native'
277277
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
278278
if (useSQLCipher) {
279-
implementation('io.github.ronickg:openssl:3.3.2')
279+
implementation('io.github.ronickg:openssl:3.3.2-1')
280280
}
281281
}
282282

0 commit comments

Comments
 (0)