<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>world.edgecenter.edgeconf</groupId>
  <artifactId>edgeconf-sdk</artifactId>
  <version>2.6.18</version>
  <packaging>aar</packaging>
  <name>edgeconf-sdk</name>
  <description>Android Library for videocalls with EdgeConf services by EdgeCenter.</description>
  <url>https://github.com/Edge-Center/android-videocalls-sdk</url>
  <licenses>
    <license>
      <name>EdgeConf License</name>
      <url>https://github.com/Edge-Center/android-videocalls-sdk/blob/main/License%20Agreement%20for%20EdgeConf%20Mobile%20Software%20Use.pdf</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Andrey Fadeev</name>
      <email>andrey.fadeev@edgecenter.ru</email>
    </developer>
    <developer>
      <name>Bakhrom Muidinov</name>
      <email>bakhrom.muidinov@edgecenter.ru</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Edge-Center/android-videocalls-sdk.git</connection>
    <developerConnection>scm:git:ssh://github.com/Edge-Center/android-videocalls-sdk.git</developerConnection>
    <url>http://github.com/Edge-Center/android-videocalls-sdk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.crow-misia.libmediasoup-android</groupId>
      <artifactId>libmediasoup-android</artifactId>
      <version>0.13.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.databinding</groupId>
      <artifactId>viewbinding</artifactId>
      <version>8.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.mlkit</groupId>
      <artifactId>face-detection</artifactId>
      <version>16.1.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.mlkit</groupId>
      <artifactId>segmentation-selfie</artifactId>
      <version>16.0.0-beta5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.12.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.socket</groupId>
      <artifactId>socket.io-client</artifactId>
      <version>2.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.crow-misia.libyuv</groupId>
      <artifactId>libyuv-android</artifactId>
      <version>0.28.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-viewmodel-ktx</artifactId>
      <version>2.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-livedata-ktx</artifactId>
      <version>2.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-runtime-ktx</artifactId>
      <version>2.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-viewmodel-savedstate</artifactId>
      <version>2.7.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>io.reactivex.rxjava2</groupId>
      <artifactId>rxandroid</artifactId>
      <version>2.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxjava</artifactId>
      <version>2.2.17</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jakewharton.timber</groupId>
      <artifactId>timber</artifactId>
      <version>4.7.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
