<?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.1993hzw</groupId>
  <artifactId>Doodle</artifactId>
  <version>5.4.0.2</version>
  <packaging>aar</packaging>
  <name>1993hzw/Doodle</name>
  <description>Image doodle for Android, with functions such as undo, zoom, move, text, image, etc. Also a powerful, customizable and extensible doodle framework &amp; multi-function drawing board. Android图片涂鸦，具有撤消，缩放，移动，添加文字，贴图等功能。还是一个功能强大，可自定义和可扩展的涂鸦框架、多功能画板。</description>
  <url>https://github.com/1993hzw/Doodle</url>
  <inceptionYear>2018</inceptionYear>
  <developers>
    <developer>
      <id>1993hzw</id>
      <name>hzw</name>
      <email>1993hzw@163.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/1993hzw/Doodle.git</connection>
    <developerConnection>scm:git://github.com/1993hzw/Doodle.git</developerConnection>
    <url>git://github.com/1993hzw/Doodle.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.1993hzw</groupId>
      <artifactId>Androids</artifactId>
      <version>1.2.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
