From 2052e47f3eb982390f6e2fabf0dd5f355f0b7267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:38:15 +0000 Subject: [PATCH] chore(deps): bump com.android.ndk.thirdparty:openssl Bumps com.android.ndk.thirdparty:openssl from 1.1.1l-beta-1 to 1.1.1q-beta-1. --- updated-dependencies: - dependency-name: com.android.ndk.thirdparty:openssl dependency-version: 1.1.1q-beta-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- native/android-jsi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 native/android-jsi/build.gradle diff --git a/native/android-jsi/build.gradle b/native/android-jsi/build.gradle old mode 100755 new mode 100644 index 1ad6cfcd9..8879b9b9b --- a/native/android-jsi/build.gradle +++ b/native/android-jsi/build.gradle @@ -63,7 +63,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) if (isUsingEncryptedDB) { - implementation 'com.android.ndk.thirdparty:openssl:1.1.1l-beta-1' + implementation 'com.android.ndk.thirdparty:openssl:1.1.1q-beta-1' } implementation 'com.facebook.react:react-native:+' }