Skip to content

Commit 359210c

Browse files
authored
Merge pull request #1196 from dji-sdk/sdk_releases/4.16.3
update for 4.16.3
2 parents 244c568 + 6817444 commit 359210c

File tree

564 files changed

+14618
-3006
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

564 files changed

+14618
-3006
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# DJI Mobile SDK for Android Latest Version 4.16.2
1+
# [MSDK V5 Released](https://github.com/dji-sdk/Mobile-SDK-Android-V5)
2+
3+
MSDK V5 Supported Product:
4+
* [DJI Mavic 3 Enterprise Series](https://www.dji.com/cn/mavic-3-enterprise)
5+
* [M30 Series](https://www.dji.com/matrice-30?site=brandsite&from=nav)
6+
* [M300 RTK](https://www.dji.com/matrice-300?site=brandsite&from=nav)
7+
8+
# DJI Mobile SDK V4 for Android Latest Version 4.16.3
29

310
## What Is This?
411

@@ -12,21 +19,21 @@ Declare dependency via Maven:
1219
<dependency>
1320
<groupId>com.dji</groupId>
1421
<artifactId>dji-sdk</artifactId>
15-
<version>4.16.2</version>
22+
<version>4.16.3</version>
1623
</dependency>
1724

1825
<dependency>
1926
<groupId>com.dji</groupId>
2027
<artifactId>dji-sdk-provided</artifactId>
21-
<version>4.16.2</version>
28+
<version>4.16.3</version>
2229
</dependency>
2330
~~~
2431

2532
or Gradle:
2633

2734
~~~groovy
28-
compile 'com.dji:dji-sdk:4.16.2'
29-
provided 'com.dji:dji-sdk-provided:4.16.2'
35+
compile 'com.dji:dji-sdk:4.16.3'
36+
provided 'com.dji:dji-sdk-provided:4.16.3'
3037
~~~
3138

3239
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.

Sample Code/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ android {
7777
dependencies {
7878
implementation 'androidx.multidex:multidex:2.0.0'
7979
implementation 'com.squareup:otto:1.3.8'
80-
implementation('com.dji:dji-sdk:4.16.2', {
80+
implementation('com.dji:dji-sdk:4.16.3', {
8181
/**
8282
* Uncomment the "library-anti-distortion" if your app does not need Anti Distortion for Mavic 2 Pro and Mavic 2 Zoom.
8383
* Uncomment the "fly-safe-database" if you need database for release, or we will download it when DJISDKManager.getInstance().registerApp
@@ -87,7 +87,7 @@ dependencies {
8787
exclude module: 'library-anti-distortion'
8888
//exclude module: 'fly-safe-database'
8989
})
90-
compileOnly 'com.dji:dji-sdk-provided:4.16.2'
90+
compileOnly 'com.dji:dji-sdk-provided:4.16.3'
9191

9292
implementation 'androidx.appcompat:appcompat:1.0.0'
9393
implementation 'androidx.core:core:1.0.0'

0 commit comments

Comments
 (0)