Skip to content

Commit 81b46f0

Browse files
committed
update sample to Android SDK 4.11.1.
1 parent 7893630 commit 81b46f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

android-videostreamdecodingsample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ android {
7474
dependencies {
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'

0 commit comments

Comments
 (0)