<?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.saeba83</groupId>
  <artifactId>material-swipe-cards</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <description>An Androd custom view component that allow to manage material-style cardViews on a swipe controller and everyone with a distinct structure and layout.</description>
  <name>material-swipe-cards</name>
  <url>https://github.com/saeba83/material-swipe-cards</url>

  <dependencies>
  	<dependency>
  		<groupId>com.android.support</groupId>
  		<artifactId>appcompat-v7</artifactId>
  		<version>25.2.0</version>
  		<scope>compile</scope>
  	</dependency>
  	<dependency>
  		<groupId>com.android.support</groupId>
  		<artifactId>cardview-v7</artifactId>
  		<version>25.2.0</version>
  		<scope>compile</scope>
  	</dependency>
  </dependencies>
</project>
