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.11
11+ - DJI Android SDK 4.11.1
1212
1313## IMPORTANT: Install ` git lfs `
1414
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ android {
7474dependencies {
7575 implementation ' androidx.multidex:multidex:2.0.0'
7676 implementation ' com.squareup:otto:1.3.8'
77- implementation(' com.dji:dji-sdk:4.11' , {
77+ implementation(' com.dji:dji-sdk:4.11.1 ' , {
7878 /**
7979 * Uncomment the "library-anti-distortion" if your app does not need Anti Distortion for Mavic 2 Pro and Mavic 2 Zoom.
8080 * Uncomment the "fly-safe-database" if you need database for release, or we will download it when DJISDKManager.getInstance().registerApp
@@ -84,7 +84,7 @@ dependencies {
8484 exclude module : ' library-anti-distortion'
8585 // exclude module: 'fly-safe-database'
8686 })
87- compileOnly ' com.dji:dji-sdk-provided:4.11'
87+ compileOnly ' com.dji:dji-sdk-provided:4.11.1 '
8888
8989 implementation ' androidx.appcompat:appcompat:1.0.0'
9090 implementation ' androidx.core:core:1.0.0'
You can’t perform that action at this time.
0 commit comments