Skip to content

Is it now ready for 4.13 or still working with 4.11? #70

@neilyoung

Description

@neilyoung

Hi, according to several comments in the commit history this sample has been aligned to run with 4.13 SDK. In contrary the build.gradle still makes use of the 4.11 SDK. What am I missing?

implementation('com.dji:dji-sdk:4.11.1', {
/**
* Uncomment the "library-anti-distortion" if your app does not need Anti Distortion for Mavic 2 Pro and Mavic 2 Zoom.
* Uncomment the "fly-safe-database" if you need database for release, or we will download it when DJISDKManager.getInstance().registerApp
* is called.
* Both will greatly reducing the size of the APK.
*/
exclude module: 'library-anti-distortion'
//exclude module: 'fly-safe-database'
})
compileOnly 'com.dji:dji-sdk-provided:4.11.1'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions