<?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>io.github.dynsxyc</groupId>
  <artifactId>baselib</artifactId>
  <version>0.0.3</version>
  <packaging>aar</packaging>
  <name>baselib</name>
  <description>base lib</description>
  <url>https://github.com/dynsxyc/AndroidCommonProject</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dongyn</id>
      <name>dyn</name>
      <email>dynsxyc@163.com</email>
      <url>https://github.com/dynsxyc/AndroidCommonProject</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@https://github.com/dynsxyc/AndroidCommonProject.git</connection>
    <developerConnection>scm:git@https://github.com/dynsxyc/AndroidCommonProject.git</developerConnection>
    <url>https://github.com/dynsxyc/AndroidCommonProject</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/dynsxyc/AndroidCommonProject</url>
  </issueManagement>
</project>
