-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
Hi, according to several comments in the commit history this sample has been aligned to run with 4.13 SDK. In contrary the build.gradle still makes use of the 4.11 SDK. What am I missing?
Android-VideoStreamDecodingSample/android-videostreamdecodingsample/app/build.gradle
Lines 77 to 87 in 888ae23
implementation('com.dji:dji-sdk:4.11.1', { | |
/** | |
* Uncomment the "library-anti-distortion" if your app does not need Anti Distortion for Mavic 2 Pro and Mavic 2 Zoom. | |
* Uncomment the "fly-safe-database" if you need database for release, or we will download it when DJISDKManager.getInstance().registerApp | |
* is called. | |
* Both will greatly reducing the size of the APK. | |
*/ | |
exclude module: 'library-anti-distortion' | |
//exclude module: 'fly-safe-database' | |
}) | |
compileOnly 'com.dji:dji-sdk-provided:4.11.1' |
Metadata
Metadata
Assignees
Labels
No labels