<?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.XPopupExt</groupId>
  <artifactId>ext</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>li-xiaojun/XPopupExt</name>
  <description>XPopup扩展功能库，基于XPopup强大的弹窗能力和PickerView的选择器逻辑，封装了时间选择器弹窗、城市选择器弹窗和条件选择器。</description>
  <url>https://github.com/li-xiaojun/XPopupExt</url>
  <inceptionYear>2020</inceptionYear>
  <developers>
    <developer>
      <id>li-xiaojun</id>
      <name>Jun</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/li-xiaojun/XPopupExt.git</connection>
    <developerConnection>scm:git://github.com/li-xiaojun/XPopupExt.git</developerConnection>
    <url>git://github.com/li-xiaojun/XPopupExt.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.li-xiaojun</groupId>
      <artifactId>XPopup</artifactId>
      <version>2.6.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.li-xiaojun.XPopupExt</groupId>
      <artifactId>wheelview</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
