<?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.github.thesurix</groupId>
  <artifactId>gesture-recycler</artifactId>
  <version>1.15.0</version>
  <packaging>aar</packaging>
  <name>gesture-recycler</name>
  <description>This library provides swipe &amp; drag and drop support for RecyclerView.</description>
  <url>https://github.com/thesurix/gesture-recycler</url>
  <licenses>
    <license>
      <name>Gesture Recycler License</name>
      <url>https://github.com/thesurix/gesture-recycler/blob/master/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>thesurix</id>
      <name>Pawel Surowka</name>
      <email>thesurix@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/thesurix/gesture-recycler.git</connection>
    <developerConnection>scm:git:ssh://github.com/thesurix/gesture-recycler.git</developerConnection>
    <url>https://github.com/thesurix/gesture-recycler/tree/main</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.4.30</version>
    </dependency>
    <dependency>
      <groupId>androidx.recyclerview</groupId>
      <artifactId>recyclerview</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.2.0</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.4.30</version>
    </dependency>
  </dependencies>
</project>
