<?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.bandyer</groupId>
  <artifactId>bandyer-android-sdk</artifactId>
  <version>1.5.14</version>
  <packaging>aar</packaging>
  <name>Bandyer-Android-SDK</name>
  <description>This library is the Bandyer's sdk for android video communication.</description>
  <url>https://github.com/Bandyer/Bandyer-Android-SDK</url>
  <licenses>
    <license>
      <name>Unlicense</name>
      <url>https://github.com/Bandyer/Bandyer-Android-SDK/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>krispetrov</id>
      <name>Bandyer Srl</name>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/Bandyer/Bandyer-Android-SDK.git</connection>
    <developerConnection>https://github.com/Bandyer/Bandyer-Android-SDK.git</developerConnection>
    <url>https://github.com/Bandyer/Bandyer-Android-SDK</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>bandyer-android-common</artifactId>
      <version>1.0.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.4.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.4.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.3.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-extensions</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <artifactId>material</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.recyclerview</groupId>
      <artifactId>recyclerview</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.12.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-common-java8</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.permissionsdispatcher</groupId>
      <artifactId>permissionsdispatcher</artifactId>
      <version>4.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.iceteck.silicompressorr</groupId>
      <artifactId>silicompressor</artifactId>
      <version>2.2.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>firecrasher</artifactId>
      <version>1.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>matisse</artifactId>
      <version>0.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>bandyer-android-audiosession</artifactId>
      <version>2.0.2</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>bandyer-android-common</artifactId>
          <groupId>com.bandyer</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>core_av</artifactId>
      <version>2.3.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>bandyer-android-common</artifactId>
          <groupId>com.bandyer</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>communication_center</artifactId>
      <version>1.2.14</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>bandyer-android-common</artifactId>
          <groupId>com.bandyer</groupId>
        </exclusion>
        <exclusion>
          <artifactId>core_av</artifactId>
          <groupId>com.bandyer</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>bandyer-android-chat</artifactId>
      <version>0.0.28</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>bandyer-android-common</artifactId>
          <groupId>com.bandyer</groupId>
        </exclusion>
        <exclusion>
          <artifactId>bandyer-android-design</artifactId>
          <groupId>com.bandyer</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>bandyer-android-design</artifactId>
      <version>0.0.49</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>bandyer-android-common</artifactId>
          <groupId>com.bandyer</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>extension_live_pointer</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>com.bandyer</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.mockk</groupId>
      <artifactId>mockk</artifactId>
      <version>1.9.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>androidx.arch.core</groupId>
      <artifactId>core-testing</artifactId>
      <version>2.1.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
