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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,21 @@ Declare dependency via Maven:
12
12
<dependency>
13
13
<groupId>com.dji</groupId>
14
14
<artifactId>dji-sdk</artifactId>
15
-
<version>4.15.1</version>
15
+
<version>4.16</version>
16
16
</dependency>
17
17
18
18
<dependency>
19
19
<groupId>com.dji</groupId>
20
20
<artifactId>dji-sdk-provided</artifactId>
21
-
<version>4.15.1</version>
21
+
<version>4.16</version>
22
22
</dependency>
23
23
~~~
24
24
25
25
or Gradle:
26
26
27
27
~~~groovy
28
-
compile 'com.dji:dji-sdk:4.15.1'
29
-
provided 'com.dji:dji-sdk-provided:4.15.1'
28
+
compile 'com.dji:dji-sdk:4.16'
29
+
provided 'com.dji:dji-sdk-provided:4.16'
30
30
~~~
31
31
32
32
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