Skip to content

Commit 4358315

Browse files
committed
updata for 4.14.1
1 parent 360c546 commit 4358315

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.14</version>
15+
<version>4.14.1</version>
1616
</dependency>
1717

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

2525
or Gradle:
2626

2727
~~~groovy
28-
compile 'com.dji:dji-sdk:4.14'
29-
provided 'com.dji:dji-sdk-provided:4.14'
28+
compile 'com.dji:dji-sdk:4.14.1'
29+
provided 'com.dji:dji-sdk-provided:4.14.1'
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.

Sample Code/app/build.gradle

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

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

0 commit comments

Comments
 (0)