File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/react-native-quick-crypto/android Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ android {
5353 externalNativeBuild {
5454 cmake {
5555 cppFlags " -frtti -fexceptions -Wall -fstack-protector-all"
56- arguments " -DANDROID_STL=c++_shared" ,
56+ arguments " -DANDROID_STL=c++_shared" ,
5757 " -DSODIUM_ENABLED=${ sodiumEnabled} " ,
5858 " -DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
5959 abiFilters (* reactNativeArchitectures())
@@ -143,11 +143,11 @@ dependencies {
143143 implementation project(" :react-native-nitro-modules" )
144144
145145 // Add a dependency on OpenSSL
146- implementation ' io.github.ronickg:openssl:3.3.2'
146+ implementation ' io.github.ronickg:openssl:3.3.2-1 '
147147
148148 if (sodiumEnabled) {
149149 // Add a dependency on libsodium
150- implementation ' io.github.ronickg:sodium:1.0.20'
150+ implementation ' io.github.ronickg:sodium:1.0.20-1 '
151151 }
152152}
153153
You can’t perform that action at this time.
0 commit comments