Skip to content

Commit

Permalink
fix: bump OpenSSL dependency for Android (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad authored Dec 13, 2024
1 parent 5a53dd6 commit 6f5ee3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-android:+"
// https://mvnrepository.com/artifact/com.android.ndk.thirdparty/openssl
implementation 'com.android.ndk.thirdparty:openssl:1.1.1q-beta-1'

// Add a dependency on OpenSSL
implementation 'io.github.ronickg:openssl:3.3.2'
}

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

0 comments on commit 6f5ee3e

Please sign in to comment.