Skip to content

Commit 2a12cf3

Browse files
siddutgikarSiddharth Utgikar
andauthored
Updated to sdk version 4.14 (#29)
Co-authored-by: Siddharth Utgikar <siddharth.utgikar@dji.com>
1 parent c78781e commit 2a12cf3

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

android-uxsdk-beta-accessory/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
dependencies {
7070
api project(path: ':android-uxsdk-beta-core')
7171

72-
implementation ('com.dji:dji-sdk:4.14-trial1', {
72+
implementation ('com.dji:dji-sdk:4.14', {
7373
/**
7474
* Comment the "library-anti-distortion" if your app needs Anti Distortion for Mavic 2 Pro
7575
* and Mavic 2 Zoom.
@@ -81,7 +81,7 @@ dependencies {
8181
exclude module: 'library-anti-distortion'
8282
exclude module: 'fly-safe-database'
8383
})
84-
compileOnly ('com.dji:dji-sdk-provided:4.14-trial1')
84+
compileOnly ('com.dji:dji-sdk-provided:4.14')
8585

8686
implementation 'androidx.multidex:multidex:2.0.0'
8787
implementation 'androidx.appcompat:appcompat:1.0.0'

android-uxsdk-beta-cameracore/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
dependencies {
7070
api project(path: ':android-uxsdk-beta-core')
7171

72-
implementation ('com.dji:dji-sdk:4.14-trial1', {
72+
implementation ('com.dji:dji-sdk:4.14', {
7373
/**
7474
* Comment the "library-anti-distortion" if your app needs Anti Distortion for Mavic 2 Pro
7575
* and Mavic 2 Zoom.
@@ -81,7 +81,7 @@ dependencies {
8181
exclude module: 'library-anti-distortion'
8282
exclude module: 'fly-safe-database'
8383
})
84-
compileOnly ('com.dji:dji-sdk-provided:4.14-trial1')
84+
compileOnly ('com.dji:dji-sdk-provided:4.14')
8585

8686
implementation 'androidx.multidex:multidex:2.0.0'
8787
implementation 'androidx.appcompat:appcompat:1.0.0'

android-uxsdk-beta-core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ android {
6767
}
6868

6969
dependencies {
70-
implementation ('com.dji:dji-sdk:4.14-trial1', {
70+
implementation ('com.dji:dji-sdk:4.14', {
7171
/**
7272
* Comment the "library-anti-distortion" if your app needs Anti Distortion for Mavic 2 Pro
7373
* and Mavic 2 Zoom.
@@ -79,7 +79,7 @@ dependencies {
7979
exclude module: 'library-anti-distortion'
8080
exclude module: 'fly-safe-database'
8181
})
82-
compileOnly ('com.dji:dji-sdk-provided:4.14-trial1')
82+
compileOnly ('com.dji:dji-sdk-provided:4.14')
8383

8484
implementation 'androidx.multidex:multidex:2.0.0'
8585
implementation 'androidx.appcompat:appcompat:1.0.0'

android-uxsdk-beta-flight/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
dependencies {
7070
api project(path: ':android-uxsdk-beta-core')
7171

72-
implementation ('com.dji:dji-sdk:4.14-trial1', {
72+
implementation ('com.dji:dji-sdk:4.14', {
7373
/**
7474
* Comment the "library-anti-distortion" if your app needs Anti Distortion for Mavic 2 Pro
7575
* and Mavic 2 Zoom.
@@ -81,7 +81,7 @@ dependencies {
8181
exclude module: 'library-anti-distortion'
8282
exclude module: 'fly-safe-database'
8383
})
84-
compileOnly ('com.dji:dji-sdk-provided:4.14-trial1')
84+
compileOnly ('com.dji:dji-sdk-provided:4.14')
8585

8686
implementation 'androidx.multidex:multidex:2.0.0'
8787
implementation 'androidx.appcompat:appcompat:1.0.0'

android-uxsdk-beta-map/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ android {
6868

6969
dependencies {
7070
api project(path: ':android-uxsdk-beta-core')
71-
implementation ('com.dji:dji-sdk:4.14-trial1', {
71+
implementation ('com.dji:dji-sdk:4.14', {
7272
/**
7373
* Comment the "library-anti-distortion" if your app needs Anti Distortion for Mavic 2 Pro
7474
* and Mavic 2 Zoom.
@@ -80,7 +80,7 @@ dependencies {
8080
exclude module: 'library-anti-distortion'
8181
exclude module: 'fly-safe-database'
8282
})
83-
compileOnly ('com.dji:dji-sdk-provided:4.14-trial1')
83+
compileOnly ('com.dji:dji-sdk-provided:4.14')
8484

8585
implementation 'androidx.multidex:multidex:2.0.0'
8686
implementation 'androidx.appcompat:appcompat:1.0.0'

android-uxsdk-beta-sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ android {
9595

9696
dependencies {
9797

98-
implementation ('com.dji:dji-sdk:4.14-trial1', {
98+
implementation ('com.dji:dji-sdk:4.14', {
9999
/**
100100
* Comment the "library-anti-distortion" if your app needs Anti Distortion for Mavic 2 Pro
101101
* and Mavic 2 Zoom.
@@ -113,7 +113,7 @@ dependencies {
113113
*/
114114
// exclude group: 'com.amap.api'
115115
})
116-
compileOnly ('com.dji:dji-sdk-provided:4.14-trial1')
116+
compileOnly ('com.dji:dji-sdk-provided:4.14')
117117

118118
// UXSDK dependencies
119119
implementation 'androidx.annotation:annotation:1.0.0'

android-uxsdk-beta-training/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
dependencies {
7070
api project(path: ':android-uxsdk-beta-core')
7171

72-
implementation ('com.dji:dji-sdk:4.14-trial1', {
72+
implementation ('com.dji:dji-sdk:4.14', {
7373
/**
7474
* Comment the "library-anti-distortion" if your app needs Anti Distortion for Mavic 2 Pro
7575
* and Mavic 2 Zoom.
@@ -81,7 +81,7 @@ dependencies {
8181
exclude module: 'library-anti-distortion'
8282
exclude module: 'fly-safe-database'
8383
})
84-
compileOnly ('com.dji:dji-sdk-provided:4.14-trial1')
84+
compileOnly ('com.dji:dji-sdk-provided:4.14')
8585

8686
implementation 'androidx.multidex:multidex:2.0.0'
8787
implementation 'androidx.appcompat:appcompat:1.0.0'

android-uxsdk-beta-visualcamera/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
dependencies {
7070
api project(path: ':android-uxsdk-beta-core')
7171

72-
implementation ('com.dji:dji-sdk:4.14-trial1', {
72+
implementation ('com.dji:dji-sdk:4.14', {
7373
/**
7474
* Comment the "library-anti-distortion" if your app needs Anti Distortion for Mavic 2 Pro
7575
* and Mavic 2 Zoom.
@@ -81,7 +81,7 @@ dependencies {
8181
exclude module: 'library-anti-distortion'
8282
exclude module: 'fly-safe-database'
8383
})
84-
compileOnly ('com.dji:dji-sdk-provided:4.14-trial1')
84+
compileOnly ('com.dji:dji-sdk-provided:4.14')
8585

8686
implementation 'androidx.multidex:multidex:2.0.0'
8787
implementation 'androidx.appcompat:appcompat:1.0.0'

0 commit comments

Comments
 (0)