<?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>com.simplemobiletools.nocopyright</groupId>
  <artifactId>commons</artifactId>
  <version>4.5.4</version>
  <packaging>aar</packaging>
  <name>Simple Commons</name>
  <description>Some helper functions, dialogs etc used by multiple simple apps.</description>
  <url>https://github.com/731MY/Simple-Commons</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>tibbi</id>
      <name>Tibor Kaputa</name>
      <email>hello@simplemobiletools.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/731MY/Simple-Commons.git</connection>
    <developerConnection>https://github.com/731MY/Simple-Commons.git</developerConnection>
    <url>https://github.com/731MY/Simple-Commons</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>design</artifactId>
      <version>27.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>appcompat-v7</artifactId>
      <version>27.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ajalt.reprint</groupId>
      <artifactId>core</artifactId>
      <version>3.2.1</version>
      <type>aar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.bumptech.glide</groupId>
      <artifactId>glide</artifactId>
      <version>4.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.booking</groupId>
      <artifactId>rtlviewpager</artifactId>
      <version>1.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.andrognito.patternlockview</groupId>
      <artifactId>patternlockview</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.2.51</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bignerdranch.android</groupId>
      <artifactId>recyclerview-multiselect</artifactId>
      <version>0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
