Skip to content

Commit

Permalink
update sample and docs to Android UX SDK 4.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverou committed Aug 23, 2018
1 parent fe27068 commit 24e33ec
Show file tree
Hide file tree
Showing 58 changed files with 1,197 additions and 1,729 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ Declare dependency via Maven:
<dependency>
<groupId>com.dji</groupId>
<artifactId>dji-uxsdk</artifactId>
<version>4.6</version>
<version>4.7</version>
</dependency>

<dependency>
<groupId>com.dji</groupId>
<artifactId>dji-sdk-provided</artifactId>
<version>4.6</version>
<version>4.7</version>
</dependency>
~~~

or Gradle:

~~~groovy
compile 'com.dji:dji-uxsdk:4.6'
provided 'com.dji:dji-sdk-provided:4.6'
compile 'com.dji:dji-uxsdk:4.7'
provided 'com.dji:dji-sdk-provided:4.7'
~~~

For further detail on how to integrate the DJI UX SDK into your Android Studio project, please check the [Getting Started with UX SDK](http://developer.dji.com/mobile-sdk/documentation/android-tutorials/UXSDKDemo.html#import-maven-dependency) tutorial.
Expand Down
2 changes: 1 addition & 1 deletion docs/API Reference/Widgets/DJIMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</div>
</div>
<div class="site-main">
<div class="article"><div class="article"><h1><font color="#AAA">class </font>DJIMap</h1></div>
<div class="article"><div class="article"><h1><font color="#AAA">interface </font>DJIMap</h1></div>
<figure class="highlight java"><table><tr><td class="code"><pre><div class="line"><span class="class"><span class="keyword">interface</span> <span class="title">DJIMap</span></span></div></pre></td></tr></table></figure>
<html><table class="table-supportedby"><tr valign="top"><td width="15%"><font color="#999"><i>Package:</i></font></td><td width="85%"><font color="#999">com.dji.mapkit.core.maps</font></td></tr></table></html>
<h5 id="description">Description:</h5>
Expand Down
54 changes: 54 additions & 0 deletions docs/SDK APIs Diff/4.6_4.7_android_diff.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sample/.gradle/2.14.1/taskArtifacts/cache.properties

This file was deleted.

Binary file not shown.
Binary file removed sample/.gradle/2.14.1/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified sample/.gradle/4.0/fileContent/annotation-processors.bin
Binary file not shown.
Binary file modified sample/.gradle/4.0/fileContent/fileContent.lock
Binary file not shown.
Binary file modified sample/.gradle/4.0/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified sample/.gradle/4.0/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified sample/.gradle/4.0/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified sample/.gradle/4.0/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified sample/.gradle/4.0/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file modified sample/.gradle/4.0/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified sample/.gradle/4.0/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified sample/.gradle/4.0/javaCompile/taskJars.bin
Binary file not shown.
Binary file modified sample/.gradle/4.0/taskHistory/fileSnapshots.bin
Binary file not shown.
Binary file modified sample/.gradle/4.0/taskHistory/taskHistory.bin
Binary file not shown.
Binary file modified sample/.gradle/4.0/taskHistory/taskHistory.lock
Binary file not shown.
2 changes: 1 addition & 1 deletion sample/.gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Sun Sep 17 16:34:35 CST 2017
#Thu Apr 12 17:43:05 CST 2018
gradle.version=4.0
22 changes: 0 additions & 22 deletions sample/.idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions sample/.idea/copyright/profiles_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions sample/.idea/encodings.xml

This file was deleted.

4 changes: 2 additions & 2 deletions sample/.idea/libraries/HERE_sdk__aar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion sample/.idea/libraries/com_amap_api_3dmap_5_5_0_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion sample/.idea/libraries/com_amap_api_location_3_6_1_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion sample/.idea/libraries/com_amap_api_map2d_5_2_0_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion sample/.idea/libraries/com_amap_api_search_5_5_0_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions sample/.idea/libraries/com_dji_dji_sdk_4_6.xml

This file was deleted.

18 changes: 18 additions & 0 deletions sample/.idea/libraries/com_dji_dji_sdk_4_7.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions sample/.idea/libraries/com_dji_dji_uxsdk_4_6.xml

This file was deleted.

10 changes: 10 additions & 0 deletions sample/.idea/libraries/com_dji_dji_uxsdk_4_7.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions sample/.idea/libraries/com_dji_library_anti_distortion_4_7.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions sample/.idea/libraries/com_lmax_disruptor_3_3_9_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 1 addition & 72 deletions sample/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 24e33ec

Please sign in to comment.