<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.wordbox</groupId>
  <artifactId>androidextension</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>androidextension</name>
  <description>Wordbox - Analytics for Android</description>
  <url>https://github.com/wordbox-tech/Android-Modules-Lib</url>
  <licenses>
    <license>
      <name>Apache License</name>
      <url>https://github.com/wordbox-tech/Android-Modules-Lib/README.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jggomezt</id>
      <name>Juan GUillermo Gómez</name>
      <email>juan@wordbox</email>
    </developer>
    <developer>
      <id>edwin</id>
      <name>Edwin</name>
      <email>juan@wordbox</email>
    </developer>
    <developer>
      <id>esteban</id>
      <name>Esteban</name>
      <email>esteban@wordbox</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/wordbox-tech/Android-Modules-Lib.git</connection>
    <developerConnection>scm:git:ssh://github.com/wordbox-tech/Android-Modules-Lib.git</developerConnection>
    <url>https://github.com/wordbox-tech/Android-Modules-Lib/tree/main</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ai.wordbox</groupId>
      <artifactId>domainmodel</artifactId>
      <version>1.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.5.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <artifactId>material</artifactId>
      <version>1.2.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.recyclerview</groupId>
      <artifactId>recyclerview</artifactId>
      <version>null</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.6.0</version>
    </dependency>
    <dependency>
      <groupId>com.github.deano2390</groupId>
      <artifactId>MaterialShowcaseView</artifactId>
      <version>1.3.4</version>
    </dependency>
    <dependency>
      <groupId>com.github.bumptech.glide</groupId>
      <artifactId>glide</artifactId>
      <version>4.11.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.preference</groupId>
      <artifactId>preference-ktx</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-runtime-ktx</artifactId>
      <version>2.2.0</version>
    </dependency>
  </dependencies>
</project>
