<?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 http://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-handheld</artifactId>
  <version>5.0.0</version>
  <packaging>aar</packaging>
  <name>DJI Mobile SDK For DJI Handheld Devices</name>
  <description>The Mobile SDK enables you to automate your DJI handheld devices. You can control the camera and gimbal. Using the Mobile SDK, create a customized android app to unlock the full potential of your DJI handheld 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.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.6</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava3</groupId>
      <artifactId>rxjava</artifactId>
      <version>3.0.0</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.alibaba</groupId>
      <artifactId>fastjson</artifactId>
      <version>1.1.72.android</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.java-websocket</groupId>
      <artifactId>Java-WebSocket</artifactId>
      <version>1.5.1</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-runtime</artifactId>
      <version>2.3.0</version>
      <type>aar</type>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-rxjava3</artifactId>
      <version>2.3.0</version>
      <type>aar</type>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-compiler</artifactId>
      <version>2.3.0</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>com.commonsware.cwac</groupId>
      <artifactId>saferoom.x</artifactId>
      <version>1.3.0</version>
      <type>aar</type>
    </dependency>
    <dependency>
      <groupId>org.aspectj</groupId>
      <artifactId>aspectjrt</artifactId>
      <version>1.9.6</version>
      <type>jar</type>
    </dependency>
  </dependencies>
</project>
