<?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>co.amity.android</groupId>
  <artifactId>core-android</artifactId>
  <version>7.7.0</version>
  <packaging>aar</packaging>
  <name>core-android</name>
  <description>Amity Social Cloud SDK is a software development kit provided by Amity for developers to integrate Amity social features into their applications. The SDK includes a variety of features such as chat, social feeds, and user management.</description>
  <url>https://github.com/AmityCo/Amity-Social-Cloud-SDK-Android</url>
  <licenses>
    <license>
      <name>Amity Social Cloud SDK License</name>
      <url>https://github.com/AmityCo/.license/blob/main/android-sdk/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Amity Social Cloud Platform</name>
      <email>asc-platform@amity.co</email>
      <organization>Amity Corporation</organization>
      <organizationUrl>https://amity.co</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/AmityCo/Amity-Social-Cloud-SDK-Android.git</connection>
    <developerConnection>scm:git:ssh://github.com:AmityCo/Amity-Social-Cloud-SDK-Android.git</developerConnection>
    <url>https://github.com/AmityCo/Amity-Social-Cloud-SDK-Android/tree/trunk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.9.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>logging-interceptor</artifactId>
      <version>4.9.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>adapter-rxjava3</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>converter-gson</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>co.amity.android</groupId>
      <artifactId>amity-log</artifactId>
      <version>7.7.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
