<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.tencent.svp</groupId>
  <artifactId>svpplayer-advanced8k</artifactId>
  <version>0.0.0.1.1</version>
  <packaging>aar</packaging>
  <name>svpplayer-advanced8k</name>
  <description>The Android smart video player</description>
  <url>https://github.com/TencentSvpOfficial/SmartVideoPlayer</url>
  <licenses>
    <license>
      <name>Tencent Binary License</name>
      <url>https://raw.githubusercontent.com/TencentSvpOfficial/SmartVideoPlayer/main/LICENSE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>svp official</id>
      <name>svp_official</name>
      <email>svp_official@tencent.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:TencentSvpOfficial/SmartVideoPlayer.git</connection>
    <developerConnection>scm:git@github.com:TencentSvpOfficial/SmartVideoPlayer.git</developerConnection>
    <url>scm:git@github.com:TencentSvpOfficial/SmartVideoPlayer.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.lindstrom</groupId>
      <artifactId>m3u8-parser</artifactId>
      <version>0.22</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.4.32</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-process</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <artifactId>constraintlayout</artifactId>
      <version>2.0.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.airbnb.android</groupId>
      <artifactId>lottie</artifactId>
      <version>5.0.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.greenrobot</groupId>
      <artifactId>eventbus</artifactId>
      <version>3.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tencent</groupId>
      <artifactId>mmkv</artifactId>
      <version>1.0.22</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.getkeepsafe.relinker</groupId>
      <artifactId>relinker</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.12.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.wire</groupId>
      <artifactId>wire-runtime</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
