dji-sdk / Mobile-SDK-Android-V5

MSDK V5 Sample
Other
286 stars 147 forks source link

Google Play `Defective version of the OpenSSL library` warning #423

Open brien-crean opened 2 months ago

brien-crean commented 2 months ago

When uploading an app to the Google Play store with SDK 5 I get this warning:

Your app uses a defective version of the OpenSSL library, which can cause your app to crash. Update to a fixed version of OpenSSL.

Defective versions:

OpenSSL 1.1.1e in lib/arm64-v8a/libcloud_access_jni.so

Is this related to this inclusion in the build.gradle and is this fixed by the recent alpha version 5.0.11-a1?

pickFirst "lib/arm64-v8a/libc++_shared.so"
dji-dev commented 2 months ago

Agent comment from yating.liao in Zendesk ticket #117602:

The feature has not been implemented in version 5.11-a1. We will update OpenSSL in a future version.

°°°