<?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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.AmityCo.Amity-Social-Cloud-SDK-Android</groupId>
  <artifactId>amity-socket</artifactId>
  <version>6.39.0</version>
  <packaging>aar</packaging>
  <name>AmityCo/Amity-Social-Cloud-SDK-Android</name>
  <url>https://github.com/AmityCo/Amity-Social-Cloud-SDK-Android</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>Other</name>
      <url></url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>AmityCo</id>
      <name>Amity</name>
      <email>info@amity.co</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/AmityCo/Amity-Social-Cloud-SDK-Android.git</connection>
    <developerConnection>scm:git://github.com/AmityCo/Amity-Social-Cloud-SDK-Android.git</developerConnection>
    <url>git://github.com/AmityCo/Amity-Social-Cloud-SDK-Android.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.10.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.AmityCo.Amity-Social-Cloud-SDK-Android</groupId>
      <artifactId>amity-log</artifactId>
      <version>6.39.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.7.20</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>30.1.1-android</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-runtime</artifactId>
      <version>2.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
