<?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>com.mikepenz</groupId>
  <artifactId>fastadapter-extensions-swipe</artifactId>
  <version>5.2.1</version>
  <packaging>aar</packaging>
  <name>FastAdapter Library-Extensions-Swipe</name>
  <description>Commons extension for the FastAdapter library. The bullet proof, fast and easy to use adapter library.</description>
  <url>https://github.com/mikepenz/FastAdapter</url>
  <dependencies>
    <dependency>
      <groupId>com.mikepenz</groupId>
      <artifactId>fastadapter</artifactId>
      <version>5.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.3.72</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.recyclerview</groupId>
      <artifactId>recyclerview</artifactId>
      <version>1.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.1.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mikepenz</id>
      <name>Mike Penz</name>
      <email>mikepenz@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/mikepenz/FastAdapter</url>
    <connection>scm:git@github.com:mikepenz/FastAdapter.git</connection>
    <developerConnection>scm:git@github.com:mikepenz/FastAdapter.git</developerConnection>
  </scm>
</project>
