We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a53dd6 commit 6f5ee3eCopy full SHA for 6f5ee3e
android/build.gradle
@@ -171,8 +171,9 @@ repositories {
171
dependencies {
172
//noinspection GradleDynamicVersion
173
implementation "com.facebook.react:react-android:+"
174
- // https://mvnrepository.com/artifact/com.android.ndk.thirdparty/openssl
175
- implementation 'com.android.ndk.thirdparty:openssl:1.1.1q-beta-1'
+
+ // Add a dependency on OpenSSL
176
+ implementation 'io.github.ronickg:openssl:3.3.2'
177
}
178
179
// Resolves "LOCAL_SRC_FILES points to a missing file, Check that libfb.so exists or that its path is correct".
0 commit comments