Skip to content

Commit 8917085

Browse files
authored
bumps openssl to 3 (#76)
1 parent 4fd6ba2 commit 8917085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ repositories {
125125
}
126126

127127
dependencies {
128-
// https://mvnrepository.com/artifact/com.android.ndk.thirdparty/openssl
129-
implementation 'com.android.ndk.thirdparty:openssl:1.1.1l-beta-1'
128+
// Add a dependency on OpenSSL
129+
implementation "io.github.ronickg:openssl:3.3.2"
130130

131131
implementation "com.facebook.react:react-android:0.71.6"
132132
implementation "com.facebook.react:hermes-android:0.71.6"

0 commit comments

Comments
 (0)