You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# DJI Mobile SDK V4 for Android Latest Version 4.16.3
8
+
# DJI Mobile SDK V4 for Android Latest Version 4.16.4
9
9
10
10
## What Is This?
11
11
@@ -19,21 +19,21 @@ Declare dependency via Maven:
19
19
<dependency>
20
20
<groupId>com.dji</groupId>
21
21
<artifactId>dji-sdk</artifactId>
22
-
<version>4.16.3</version>
22
+
<version>4.16.4</version>
23
23
</dependency>
24
24
25
25
<dependency>
26
26
<groupId>com.dji</groupId>
27
27
<artifactId>dji-sdk-provided</artifactId>
28
-
<version>4.16.3</version>
28
+
<version>4.16.4</version>
29
29
</dependency>
30
30
~~~
31
31
32
32
or Gradle:
33
33
34
34
~~~groovy
35
-
compile 'com.dji:dji-sdk:4.16.3'
36
-
provided 'com.dji:dji-sdk-provided:4.16.3'
35
+
compile 'com.dji:dji-sdk:4.16.4'
36
+
provided 'com.dji:dji-sdk-provided:4.16.4'
37
37
~~~
38
38
39
39
For further detail on how to integrate the DJI Android SDK into your Android Studio project, please check the [Integrate SDK into Application](http://developer.dji.com/mobile-sdk/documentation/application-development-workflow/workflow-integrate.html#import-maven-dependency) tutorial.
0 commit comments