Skip to content

Commit

Permalink
update 4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.chen committed Dec 31, 2021
1 parent 378746a commit f818dce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -12,21 +12,21 @@ Declare dependency via Maven:
<dependency>
<groupId>com.dji</groupId>
<artifactId>dji-sdk</artifactId>
<version>4.15.1</version>
<version>4.16</version>
</dependency>

<dependency>
<groupId>com.dji</groupId>
<artifactId>dji-sdk-provided</artifactId>
<version>4.15.1</version>
<version>4.16</version>
</dependency>
~~~

or Gradle:

~~~groovy
compile 'com.dji:dji-sdk:4.15.1'
provided 'com.dji:dji-sdk-provided:4.15.1'
compile 'com.dji:dji-sdk:4.16'
provided 'com.dji:dji-sdk-provided:4.16'
~~~

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.
Expand Down

0 comments on commit f818dce

Please sign in to comment.