<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>io.github.lilongweidev</groupId>
  <artifactId>easyview</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>EasyView</name>
  <description>A simple and handy Android Custom View library.</description>
  <url>https://github.com/lilongweidev/EasyView</url>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lilongweidev</id>
      <name>Longwei Li</name>
      <email>lonelyholiday@qq.com</email>
      <url>https://github.com/lilongweidev</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@https://github.com/lilongweidev/EasyView.git</connection>
    <developerConnection>scm:git@https://github.com/lilongweidev/EasyView.git</developerConnection>
    <url>https://github.com/lilongweidev/EasyView</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/lilongweidev/EasyView</url>
  </issueManagement>
</project>
