<?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.contentstack.sdk</groupId>
  <artifactId>android</artifactId>
  <version>4.2.2</version>
  <packaging>aar</packaging>
  <name>contentstack-android</name>
  <description>The Content Delivery SDK facilitates the retrieval of content from your Contentstack account, enabling seamless delivery to your web or mobile properties..</description>
  <url>https://github.com/contentstack/contentstack-android</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://github.com/contentstack/contentstack-android/blob/master/LICENSE</url>
      <distribution>https://github.com/contentstack/contentstack-android/blob/master/LICENSE</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ishaileshmishra</id>
      <name>contentstack</name>
      <url>https://github.com/contentstack/contentstack-android</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/contentstack/contentstack-android.git</connection>
    <developerConnection>scm:git@github.com:contentstack/contentstack-android.git</developerConnection>
    <url>scm:git@github.com:contentstack/contentstack-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.volley</groupId>
      <artifactId>volley</artifactId>
      <version>1.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.rjeschke</groupId>
      <artifactId>txtmark</artifactId>
      <version>0.12</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>converter-gson</artifactId>
      <version>2.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>5.3.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
