Skip to content

Commit

Permalink
update for 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dji-byte committed Dec 14, 2023
1 parent c4430a6 commit 68c98bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DJI Mobile SDK for Android V5 Latest Version 5.7.1
# DJI Mobile SDK for Android V5 Latest Version 5.7.2

[中文版](README_CN.md)

Expand Down Expand Up @@ -91,7 +91,7 @@ For further detail on how to integrate the DJI Android SDK into your Android Stu

## AAR Explanation

> **Notice:** sdkVersion = 5.7.1
> **Notice:** sdkVersion = 5.7.2
| SDK package | Explanation | How to use|
| :---------------: | :-----------------: | :---------------: |
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DJI Mobile SDK for Android V5 最新版本 V5.7.1
# DJI Mobile SDK for Android V5 最新版本 V5.7.2
[English Version](README.md)

## DJI Mobile SDK V5 是什么?
Expand Down Expand Up @@ -93,7 +93,7 @@ App模块:

## AAR说明

> **注意:** sdkVersion = 5.7.1
> **注意:** sdkVersion = 5.7.2
| SDK包| 说明| 使用方式|
| :---------------: | :-----------------: | :---------------: |
Expand Down
6 changes: 3 additions & 3 deletions SampleCode-V5/android-sdk-v5-as/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ext {
deps = [:]
//DJI MSDK V5包
deps.aircraft = "com.dji:dji-sdk-v5-aircraft:5.7.1"
deps.aircraftProvided = "com.dji:dji-sdk-v5-aircraft-provided:5.7.1"
deps.networkImp = "com.dji:dji-sdk-v5-networkImp:5.7.1"
deps.aircraft = "com.dji:dji-sdk-v5-aircraft:5.7.2"
deps.aircraftProvided = "com.dji:dji-sdk-v5-aircraft-provided:5.7.2"
deps.networkImp = "com.dji:dji-sdk-v5-networkImp:5.7.2"


//三方依赖库
Expand Down

0 comments on commit 68c98bf

Please sign in to comment.