<?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.trtc.uikit</groupId>
  <artifactId>live-stream-core</artifactId>
  <version>3.3.0.1037</version>
  <packaging>aar</packaging>
  <name>live-stream-core</name>
  <description>Live stream core components offer a bunch of powerful APIs. You can preview your screen before going live, start and stop broadcasts seamlessly, interact with viewers in the live room, and even connect with other hosts across different rooms. With our components, you can get the core live streaming process up and running in just 30 minutes. After that, you can simply layer on your custom business UI on top of it.</description>
  <url>https://github.com/tencentyun/TUILiveRoom</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>rulongzhang</id>
      <name>rulongzhang</name>
      <email>rulongzhang@tencent.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/tencentyun/TUILiveRoom.git</connection>
    <developerConnection>https://github.com/tencentyun/TUILiveRoom.git</developerConnection>
    <url>https://github.com/tencentyun/TUILiveRoom</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.trtc.uikit</groupId>
      <artifactId>common</artifactId>
      <version>3.3.0.1194</version>
      <scope>api</scope>
    </dependency>
    <dependency>
      <groupId>io.trtc.uikit</groupId>
      <artifactId>rtc_room_engine</artifactId>
      <version>3.3.0.1081</version>
      <scope>api</scope>
    </dependency>
    <dependency>
      <groupId>com.tencent.liteav</groupId>
      <artifactId>LiteAVSDK_Professional</artifactId>
      <version>12.7.0.19072</version>
      <scope>api</scope>
    </dependency>
    <dependency>
      <groupId>com.tencent.imsdk</groupId>
      <artifactId>imsdk-plus</artifactId>
      <version>8.6.7019</version>
      <scope>api</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.9</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.flexbox</groupId>
      <artifactId>flexbox</artifactId>
      <version>3.0.0</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <artifactId>constraintlayout</artifactId>
      <version>2.1.1</version>
      <scope>implementation</scope>
    </dependency>
  </dependencies>
</project>
