<?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.xiaozeiqwe8</groupId>
	<artifactId>dialogLibs</artifactId>
	<packaging>aar</packaging>
	<version>0.9.0</version>
	<name>dialog-lib</name>
	<description>dialog lib</description>
	<url>https://github.com/xiaozeiqwe8/DialogLib</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>xiaozei</id>
			<name>karl</name>
			<email>xiaozeiqwe8@163.com</email>
			<url>https://github.com/xiaozeiqwe8/DialogLib</url>
		</developer>
	</developers>
	<scm>
		<connection>scm:git@https://github.com/xiaozeiqwe8/DialogLib.git</connection>
		<developerConnection>scm:git@https://github.com/xiaozeiqwe8/DialogLib.git</developerConnection>
		<url>https://github.com/xiaozeiqwe8/DialogLib</url>
	</scm>
	<issueManagement>
		<system>Github</system>
		<url>https://github.com/xiaozeiqwe8/DialogLib</url>
	</issueManagement>
</project>