We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd6ba2 commit 8917085Copy full SHA for 8917085
android/build.gradle
@@ -125,8 +125,8 @@ repositories {
125
}
126
127
dependencies {
128
- // https://mvnrepository.com/artifact/com.android.ndk.thirdparty/openssl
129
- implementation 'com.android.ndk.thirdparty:openssl:1.1.1l-beta-1'
+ // Add a dependency on OpenSSL
+ implementation "io.github.ronickg:openssl:3.3.2"
130
131
implementation "com.facebook.react:react-android:0.71.6"
132
implementation "com.facebook.react:hermes-android:0.71.6"
0 commit comments