<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.spotim</groupId>
  <artifactId>spotim-common</artifactId>
  <version>1.18.0</version>
  <packaging>aar</packaging>
  <name>spotim-common</name>
  <description>spotim-android-sdk enables you to create a fluent conversation experience in your Android app that fuels quality interactions with community and content and allows users to create valuable and engaging content</description>
  <url>https://github.com/SpotIM/spotim-android-sdk</url>
  <licenses>
    <license>
      <name>Proprietary Licenses</name>
      <url>https://www.openweb.com/legal-and-privacy/terms-of-use/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>openweb</id>
      <name>OpenWeb</name>
      <email>support@openweb.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git:github.com/SpotIM/spotim-android-sdk.git</connection>
    <developerConnection>scm:git:ssh://github.com/SpotIM/spotim-android-sdk.git</developerConnection>
    <url>https://github.com/SpotIM/spotim-android-sdk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <version>1.6.20</version>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <version>2.5.0</version>
      <artifactId>converter-gson</artifactId>
    </dependency>
    <dependency>
      <groupId>androidx.legacy</groupId>
      <version>1.0.0</version>
      <artifactId>legacy-support-v4</artifactId>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <version>1.1.0</version>
      <artifactId>appcompat</artifactId>
    </dependency>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <version>1.1.3</version>
      <artifactId>constraintlayout</artifactId>
    </dependency>
    <dependency>
      <groupId>androidx.fragment</groupId>
      <version>1.2.5</version>
      <artifactId>fragment-ktx</artifactId>
    </dependency>
  </dependencies>
</project>
