From 4595b2095260d33073114f0167bafaafdea6b2e2 Mon Sep 17 00:00:00 2001 From: Peter Piekarczyk Date: Wed, 16 Apr 2025 13:46:51 +0100 Subject: [PATCH] bumps openssl to 3 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 1f17091..49948d0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -125,8 +125,8 @@ repositories { } dependencies { - // https://mvnrepository.com/artifact/com.android.ndk.thirdparty/openssl - implementation 'com.android.ndk.thirdparty:openssl:1.1.1l-beta-1' + // Add a dependency on OpenSSL + implementation "io.github.ronickg:openssl:3.3.2" implementation "com.facebook.react:react-android:0.71.6" implementation "com.facebook.react:hermes-android:0.71.6"