<?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>io.agora.rtc</groupId>
    <artifactId>avc</artifactId>
    <version>1.0.0</version>
    <packaging>aar</packaging>
    <name>avc</name>
	<description>Agora SDK</description>
    <url>http://maven.apache.org</url>

    <dependencies>
        <dependency>
            <groupId>io.agora.rtc</groupId>
            <artifactId>avc-frame</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>io.agora.rtc</groupId>
            <artifactId>avc-logger</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>io.agora.rtc</groupId>
            <artifactId>avc-widget</artifactId>
            <version>1.0.0</version>
        </dependency>
    </dependencies>

</project>
