<?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>io.github.shichuanenhui</groupId>
  <artifactId>player-ijk</artifactId>
  <version>1.1.0</version>
  <packaging>aar</packaging>
  <name>player-ijk</name>
  <description>DKPlayer</description>
  <url>https://github.com/shichuanenhui/DKPlayer</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>shichuanenhui</id>
      <name>shichuanenhui</name>
      <email>1175260266@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/shichuanenhui/DKPlayer.git</connection>
    <developerConnection>scm:git:ssh://github.com/shichuanenhui/DKPlayer.git</developerConnection>
    <url>https://github.com/shichuanenhui/DKPlayer</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>tv.danmaku.ijk.media</groupId>
      <artifactId>ijkplayer-java</artifactId>
      <version>0.8.8</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
