<?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>cn.Leaqi</groupId>
  <artifactId>SwipeDrawer</artifactId>
  <version>1.2</version>
  <packaging>aar</packaging>
  <name>Leaqi/SwipeDrawer</name>
  <description>Android SwipeDrawer滑动抽屉库，支持上下左右四个方向，打开模式有抽屉、覆盖、固定三种，支持无限嵌套、边缘滑动等，SwipeDrawer还可以用来做下拉刷新，支持ListView、RecyclerView、GridView、ScrollView等。</description>
  <url>https://leaqi.github.io/SwipeDrawer</url>
  <inceptionYear>2022</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://api.github.com/licenses/apache-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Leaqi</id>
      <name>Qi</name>
      <email>Leaqi@foxmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/Leaqi/SwipeDrawer.git</connection>
    <developerConnection>scm:git://github.com/Leaqi/SwipeDrawer.git</developerConnection>
    <url>git://github.com/Leaqi/SwipeDrawer.git</url>
  </scm>
</project>
