Skip to content

Commit f818dce

Browse files
author
daniel.chen
committed
update 4.16
1 parent 378746a commit f818dce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ Declare dependency via Maven:
1212
<dependency>
1313
<groupId>com.dji</groupId>
1414
<artifactId>dji-sdk</artifactId>
15-
<version>4.15.1</version>
15+
<version>4.16</version>
1616
</dependency>
1717

1818
<dependency>
1919
<groupId>com.dji</groupId>
2020
<artifactId>dji-sdk-provided</artifactId>
21-
<version>4.15.1</version>
21+
<version>4.16</version>
2222
</dependency>
2323
~~~
2424

2525
or Gradle:
2626

2727
~~~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'
3030
~~~
3131

3232
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

Comments
 (0)