Skip to content

Commit 366b42e

Browse files
committed
Update demo to Android SDK 4.5.1.
1 parent 3b0016b commit 366b42e

File tree

17 files changed

+393
-149
lines changed

17 files changed

+393
-149
lines changed

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.4.1
11+
- DJI Android SDK 4.5.1
1212

1313
## IMPORTANT: Install `git lfs`
1414

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

android-videostreamdecodingsample/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@ android {
4545
doNotStrip "*/*/libFRCorkscrew.so"
4646
doNotStrip "*/*/libUpgradeVerify.so"
4747
doNotStrip "*/*/libFR.so"
48+
exclude 'META-INF/rxjava.properties'
4849
}
4950
}
5051

5152
dependencies {
5253
compile fileTree(include: ['*.jar'], dir: 'libs')
5354
compile 'com.android.support:multidex:1.0.1'
5455
compile 'com.android.support:appcompat-v7:24.2.0'
55-
compile 'com.dji:dji-sdk:4.4.1'
56-
provided 'com.dji:dji-sdk-provided:4.4.1'
56+
compile 'com.dji:dji-sdk:4.5.1'
57+
provided 'com.dji:dji-sdk-provided:4.5.1'
5758
}

0 commit comments

Comments
 (0)