Skip to content

Commit 6f5ee3e

Browse files
authored
fix: bump OpenSSL dependency for Android (#559)
1 parent 5a53dd6 commit 6f5ee3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

android/build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,9 @@ repositories {
171171
dependencies {
172172
//noinspection GradleDynamicVersion
173173
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'
174+
175+
// Add a dependency on OpenSSL
176+
implementation 'io.github.ronickg:openssl:3.3.2'
176177
}
177178

178179
// Resolves "LOCAL_SRC_FILES points to a missing file, Check that libfb.so exists or that its path is correct".

0 commit comments

Comments
 (0)