Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Comment on lines -128 to +129
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peterpme why are you switching up from com.android.ndk.thirdparty to io.github.ronickg?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because you did :) I copied it directly from quick-crypto to solve the duplicate symbols stuff

https://github.com/margelo/react-native-quick-crypto/pull/559/files

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooh, cc @boorad

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

margelo/react-native-quick-crypto#351

ndk doesn't publish OpenSSL >= 3.


implementation "com.facebook.react:react-android:0.71.6"
implementation "com.facebook.react:hermes-android:0.71.6"
Expand Down
Loading