Skip to content

Commit aa57579

Browse files
committed
update sample to Android SDK 4.9.
1 parent 3cac3be commit aa57579

908 files changed

Lines changed: 21 additions & 42846 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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.8.1
11+
- DJI Android SDK 4.9
1212

1313
## IMPORTANT: Install `git lfs`
1414

android-videostreamdecodingsample/app/build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,16 @@ android {
4949
}
5050
}
5151
dependencies {
52-
implementation 'com.android.support:multidex:1.0.1'
53-
implementation('com.dji:dji-sdk:4.8.1', {
52+
implementation 'com.android.support:multidex:1.0.2'
53+
implementation('com.dji:dji-sdk:4.9', {
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.8.1'
59-
58+
compileOnly 'com.dji:dji-sdk-provided:4.9'
6059
}
6160

61+
62+
repositories {
63+
google()
64+
}

android-videostreamdecodingsample/app/build/generated/source/buildConfig/debug/com/dji/videostreamdecodingsample/BuildConfig.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

android-videostreamdecodingsample/app/build/generated/source/r/debug/android/arch/lifecycle/R.java

Lines changed: 0 additions & 10 deletions
This file was deleted.

android-videostreamdecodingsample/app/build/generated/source/r/debug/android/support/compat/R.java

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)