<?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>io.github.ezviz-open</groupId>
  <artifactId>ezviz-sdk</artifactId>
  <version>4.18.1</version>
  <packaging>aar</packaging>
  <name>ezviz-sdk</name>
  <description>萤石开放平台SDK，用户可通过使用SDK集成音视频能力，设备接入等功能</description>
  <url>https://github.com/Ezviz-Open/EzvizSDK-Android</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>openteam</id>
      <name>openteam</name>
      <email>open-team@hikvision.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/Ezviz-Open/EzvizSDK-Android.git</connection>
    <developerConnection>scm:git:ssh://github.com/Ezviz-Open/EzvizSDK-Android.git</developerConnection>
    <url>https://github.com/Ezviz-Open/EzvizSDK-Android/tree/4.16.1</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>javax.jmdns</groupId>
      <artifactId>jmdns</artifactId>
      <version>3.4.1</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.4.20-RC</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.5</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.12.1</version>
    </dependency>
  </dependencies>
</project>
