diff --git a/android-videostreamdecodingsample/app/build.gradle b/android-videostreamdecodingsample/app/build.gradle
index 08b40c9..badd21d 100755
--- a/android-videostreamdecodingsample/app/build.gradle
+++ b/android-videostreamdecodingsample/app/build.gradle
@@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId "com.dji.videostreamdecodingsample"
- minSdkVersion 19
+ minSdkVersion 21
targetSdkVersion 30
multiDexEnabled true
ndk {
@@ -80,7 +80,7 @@ android {
dependencies {
implementation 'androidx.multidex:multidex:2.0.0'
implementation 'com.squareup:otto:1.3.8'
- implementation('com.dji:dji-sdk:4.15.1', {
+ implementation('com.dji:dji-sdk:4.16.4', {
/**
* Uncomment the "library-anti-distortion" if your app does not need Anti Distortion for Mavic 2 Pro and Mavic 2 Zoom.
* Uncomment the "fly-safe-database" if you need database for release, or we will download it when DJISDKManager.getInstance().registerApp
@@ -90,7 +90,7 @@ dependencies {
exclude module: 'library-anti-distortion'
//exclude module: 'fly-safe-database'
})
- compileOnly 'com.dji:dji-sdk-provided:4.15.1'
+ compileOnly 'com.dji:dji-sdk-provided:4.16.4'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.core:core:1.3.2'
diff --git a/android-videostreamdecodingsample/app/src/main/AndroidManifest.xml b/android-videostreamdecodingsample/app/src/main/AndroidManifest.xml
index bf6e1a8..6c5963d 100755
--- a/android-videostreamdecodingsample/app/src/main/AndroidManifest.xml
+++ b/android-videostreamdecodingsample/app/src/main/AndroidManifest.xml
@@ -38,7 +38,7 @@
+ android:value=""/>