<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.vonage</groupId>
  <artifactId>client-sdk-voice</artifactId>
  <version>0.2.0-rc.1</version>
  <packaging>aar</packaging>
  <name>client-sdk-voice</name>
  <description>A SDK</description>
  <url>https://developer.vonage.com/client-sdk/overview</url>
  <inceptionYear>2022</inceptionYear>
  <licenses>
    <license>
      <name>Commercial</name>
      <url>https://www.vonage.com/legal/communications-apis/terms-of-use</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>vonage.dev</id>
      <name>Vonage CS Team</name>
      <email>nexmo.cs.dev@vonage.com</email>
      <url>https://vonage.dev</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/nexmo-community/client-sdk-tutorials</connection>
    <developerConnection>scm:git:https://github.com/nexmo-community/client-sdk-tutorials</developerConnection>
    <url>https://github.com/nexmo-community/client-sdk-tutorials</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/nexmo-community/client-sdk-tutorials/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.vonage.rtc</groupId>
      <artifactId>android-core</artifactId>
      <version>0.2.0-rc.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.6.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.7.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.vonage</groupId>
      <artifactId>webrtc</artifactId>
      <version>99.1.34</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.4.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
