<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.dji</groupId>
  <artifactId>dji-sdk-v5-aircraft</artifactId>
  <version>5.17.0</version>
  <packaging>aar</packaging>
  <name>DJI Mobile SDK For DJI Aircrafts</name>
  <description>The Mobile SDK enables you to automate your DJI aircrafts. You can control flight, and many subsystems of the product including the camera and gimbal. Using the Mobile SDK, create a customized android app to unlock the full potential of your DJI aerial platform.</description>
  <url>http://www.dji.com/</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dji</id>
      <name>DJI-dev</name>
      <email>dev@dji.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/dji-sdk/Mobile-SDK-Android-V5</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.dji</groupId>
      <artifactId>dji-sdk-v5-networkImp</artifactId>
      <version>5.17.0</version>
      <type>aar</type>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.9.1</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxjava</artifactId>
      <version>2.2.4</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava3</groupId>
      <artifactId>rxandroid</artifactId>
      <version>3.0.0</version>
      <type>aar</type>
    </dependency>
    <dependency>
      <groupId>com.dji</groupId>
      <artifactId>wpmzsdk</artifactId>
      <version>1.0.4.0</version>
      <type>aar</type>
    </dependency>
    <dependency>
      <groupId>com.squareup.okio</groupId>
      <artifactId>okio</artifactId>
      <version>1.17.2</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>com.squareup.wire</groupId>
      <artifactId>wire-runtime</artifactId>
      <version>2.2.0</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-runtime</artifactId>
      <version>2.4.1</version>
      <type>aar</type>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-rxjava3</artifactId>
      <version>2.4.1</version>
      <type>aar</type>
    </dependency>
    <dependency>
      <groupId>net.zetetic</groupId>
      <artifactId>android-database-sqlcipher</artifactId>
      <version>4.5.0</version>
      <type>aar</type>
    </dependency>
    <dependency>
      <groupId>org.aspectj</groupId>
      <artifactId>aspectjrt</artifactId>
      <version>1.9.6</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>com.iqiyi.xcrash</groupId>
      <artifactId>xcrash-android-lib</artifactId>
      <version>3.1.0</version>
      <type>aar</type>
    </dependency>
  </dependencies>
</project>
