<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>it.sephiroth.android.library</groupId>
  <artifactId>number-sliding-picker</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>Number Sliding Picker</name>
  <description>Sliding Number Picker for Android</description>
  <url>https://github.com/sephiroth74/NumberSlidingPicker</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>sephiroth74</id>
      <name>Alessandro Crugnola</name>
      <email>alessandro.crugnola@gmail.com</email>
      <url>http://blog.sephiroth.it</url>
      <roles>
        <role>author</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:sephiroth74/NumberSlidingPicker.git</connection>
    <developerConnection>scm:git@github.com:sephiroth74/NumberSlidingPicker.git</developerConnection>
    <url>https://github.com/sephiroth74/NumberSlidingPicker</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.sephiroth74</groupId>
      <artifactId>android-target-tooltip</artifactId>
      <version>feature~update_text_and_position-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.sephiroth74</groupId>
      <artifactId>AndroidUIGestureRecognizer</artifactId>
      <version>v1.2.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.3.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxandroid</artifactId>
      <version>2.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxjava</artifactId>
      <version>2.2.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.1.0-alpha03</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <artifactId>material</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.jakewharton.timber</groupId>
      <artifactId>timber</artifactId>
      <version>4.7.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
