<?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.ftinc</groupId>
  <artifactId>kit</artifactId>
  <version>2.0.4</version>
  <packaging>aar</packaging>
  <name>52Kit</name>
  <description>A simple activity that adds sliding functionality to activities to swipe them away</description>
  <url>https://github.com/52inc/android-52Kit</url>
  <inceptionYear>2019</inceptionYear>
  <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>r0adkll</id>
      <name>Drew Heavner</name>
      <email>drew@52inc.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:52inc/android-52Kit.git</connection>
    <developerConnection>scm:git@github.com:52inc/android-52Kit.git</developerConnection>
    <url>https://github.com/52inc/android-52Kit.git</url>
  </scm>
</project>
