Skip to content

Commit 764bba8

Browse files
authored
Merge pull request #307 from ronickg/main
feat: Updated lib to use openssl with 16 kb support
2 parents 3674eea + 302518e commit 764bba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)