<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.kunminx.linkage</groupId>
  <artifactId>linkage-recyclerview</artifactId>
  <version>2.3.0</version>
  <packaging>aar</packaging>
  <name>linkage-recyclerview</name>
  <description>即使不用饿了么订餐，也请务必收藏好该库！一行代码即可接入，二级联动订餐列表</description>
  <url>https://github.com/KunMinX/Linkage-RecyclerView</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>KunMinX</id>
      <name>KunMinX</name>
      <email>kunminx@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/KunMinX/Linkage-RecyclerView.git</connection>
    <developerConnection>scm:git:ssh://github.com/KunMinX/Linkage-RecyclerView.git</developerConnection>
    <url>https://github.com/KunMinX/Linkage-RecyclerView/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <artifactId>appcompat</artifactId>
      <groupId>androidx.appcompat</groupId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>recyclerview</artifactId>
      <groupId>androidx.recyclerview</groupId>
      <version>1.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>constraintlayout</artifactId>
      <groupId>androidx.constraintlayout</groupId>
      <version>2.0.4</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
