<?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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.li-xiaojun</groupId>
  <artifactId>EasyAdapter</artifactId>
  <version>1.2.8</version>
  <packaging>aar</packaging>
  <name>li-xiaojun/EasyAdapter</name>
  <description>An simplify and practical version for hongyangAndroid [baseAdapter]，重构了代码，并适配Kotlin。</description>
  <url>https://github.com/li-xiaojun/EasyAdapter</url>
  <inceptionYear>2018</inceptionYear>
  <developers>
    <developer>
      <id>li-xiaojun</id>
      <name>Jun</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/li-xiaojun/EasyAdapter.git</connection>
    <developerConnection>scm:git://github.com/li-xiaojun/EasyAdapter.git</developerConnection>
    <url>git://github.com/li-xiaojun/EasyAdapter.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.6.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.recyclerview</groupId>
      <artifactId>recyclerview</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.5.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
