Skip to content

Commit 3a2c81d

Browse files
committed
update for 4.16.4
1 parent be0ce2d commit 3a2c81d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MSDK V5 Supported Product:
55
* [M30 Series](https://www.dji.com/matrice-30?site=brandsite&from=nav)
66
* [M300 RTK](https://www.dji.com/matrice-300?site=brandsite&from=nav)
77

8-
# DJI Mobile SDK V4 for Android Latest Version 4.16.3
8+
# DJI Mobile SDK V4 for Android Latest Version 4.16.4
99

1010
## What Is This?
1111

@@ -19,21 +19,21 @@ Declare dependency via Maven:
1919
<dependency>
2020
<groupId>com.dji</groupId>
2121
<artifactId>dji-sdk</artifactId>
22-
<version>4.16.3</version>
22+
<version>4.16.4</version>
2323
</dependency>
2424

2525
<dependency>
2626
<groupId>com.dji</groupId>
2727
<artifactId>dji-sdk-provided</artifactId>
28-
<version>4.16.3</version>
28+
<version>4.16.4</version>
2929
</dependency>
3030
~~~
3131

3232
or Gradle:
3333

3434
~~~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'
3737
~~~
3838

3939
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)