Skip to content

Commit

Permalink
Updated to sdk version 4.14 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: Siddharth Utgikar <siddharth.utgikar@dji.com>
  • Loading branch information
siddutgikar and Siddharth Utgikar committed Feb 23, 2021
1 parent c78781e commit 2a12cf3
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions android-uxsdk-beta-accessory/build.gradle
Expand Up @@ -69,7 +69,7 @@ android {
dependencies {
api project(path: ':android-uxsdk-beta-core')

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

implementation 'androidx.multidex:multidex:2.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions android-uxsdk-beta-cameracore/build.gradle
Expand Up @@ -69,7 +69,7 @@ android {
dependencies {
api project(path: ':android-uxsdk-beta-core')

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

implementation 'androidx.multidex:multidex:2.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions android-uxsdk-beta-core/build.gradle
Expand Up @@ -67,7 +67,7 @@ android {
}

dependencies {
implementation ('com.dji:dji-sdk:4.14-trial1', {
implementation ('com.dji:dji-sdk:4.14', {
/**
* Comment the "library-anti-distortion" if your app needs Anti Distortion for Mavic 2 Pro
* and Mavic 2 Zoom.
Expand All @@ -79,7 +79,7 @@ dependencies {
exclude module: 'library-anti-distortion'
exclude module: 'fly-safe-database'
})
compileOnly ('com.dji:dji-sdk-provided:4.14-trial1')
compileOnly ('com.dji:dji-sdk-provided:4.14')

implementation 'androidx.multidex:multidex:2.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions android-uxsdk-beta-flight/build.gradle
Expand Up @@ -69,7 +69,7 @@ android {
dependencies {
api project(path: ':android-uxsdk-beta-core')

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

implementation 'androidx.multidex:multidex:2.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions android-uxsdk-beta-map/build.gradle
Expand Up @@ -68,7 +68,7 @@ android {

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

implementation 'androidx.multidex:multidex:2.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions android-uxsdk-beta-sample/build.gradle
Expand Up @@ -95,7 +95,7 @@ android {

dependencies {

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

// UXSDK dependencies
implementation 'androidx.annotation:annotation:1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions android-uxsdk-beta-training/build.gradle
Expand Up @@ -69,7 +69,7 @@ android {
dependencies {
api project(path: ':android-uxsdk-beta-core')

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

implementation 'androidx.multidex:multidex:2.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions android-uxsdk-beta-visualcamera/build.gradle
Expand Up @@ -69,7 +69,7 @@ android {
dependencies {
api project(path: ':android-uxsdk-beta-core')

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

implementation 'androidx.multidex:multidex:2.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
Expand Down

0 comments on commit 2a12cf3

Please sign in to comment.