Skip to content

Commit a1b6423

Browse files
committed
update demo to Android SDK 4.7.1.
1 parent ad1b618 commit a1b6423

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.7
11+
- DJI Android SDK 4.7.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
@@ -50,12 +50,12 @@ android {
5050
}
5151
dependencies {
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

0 commit comments

Comments
 (0)