<?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>com.github.xuexiangjys</groupId>
  <artifactId>XUI</artifactId>
  <version>1.1.5</version>
  <packaging>aar</packaging>
  <name>xuexiangjys/XUI</name>
  <description>💍A simple and elegant Android native UI framework, free your hands! (一个简洁而优雅的Android原生UI框架，解放你的双手！)</description>
  <url>https://xuexiangjys.github.io/XUI/</url>
  <inceptionYear>2019</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>xuexiangjys</id>
      <name>薛翔</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/xuexiangjys/XUI.git</connection>
    <developerConnection>scm:git://github.com/xuexiangjys/XUI.git</developerConnection>
    <url>git://github.com/xuexiangjys/XUI.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.inflationx</groupId>
      <artifactId>calligraphy3</artifactId>
      <version>3.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.github.inflationx</groupId>
      <artifactId>viewpump</artifactId>
      <version>2.0.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
