File tree Expand file tree Collapse file tree
android-videostreamdecodingsample/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This sample code demonstrates how to use [FFmpeg](https://ffmpeg.org) for video
88
99 - Android Studio 2.0+
1010 - Android System 4.2+
11- - DJI Android SDK 4.7
11+ - DJI Android SDK 4.7.1
1212
1313## IMPORTANT: Install ` git lfs `
1414
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ android {
5050}
5151dependencies {
5252 implementation ' com.android.support:multidex:1.0.1'
53- implementation(' com.dji:dji-sdk:4.7' , {
53+ implementation(' com.dji:dji-sdk:4.7.1 ' , {
5454 // if your app needn't support Mavic 2 Pro and Mavic 2 Zoom, pls exclude the library-anti-distortion module
5555 // like following
5656 // exclude module: 'library-anti-distortion'
5757 })
58- compileOnly ' com.dji:dji-sdk-provided:4.7'
58+ compileOnly ' com.dji:dji-sdk-provided:4.7.1 '
5959
6060}
6161
You can’t perform that action at this time.
0 commit comments