<?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.ashishdas1921</groupId>
  <artifactId>utillties</artifactId>
  <version>1.0.3</version>
  <packaging>aar</packaging>
  <name>utillties</name>
  <description>Including a large part of the Android application development process commonly used tools. Tools source from the network and write their own.</description>
  <url>https://github.com/ashishdas1921/android-common-utilities-sdk</url>
  <licenses>
    <license>
      <name>ashishdas1921 license</name>
      <url>https://github.com/ashishdas1921/android-common-utilities-sdk/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ashishdas1921</id>
      <name>Das Ashish</name>
      <email>ashishdas1921@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/ashishdas1921/android-common-utilities-sdk.git</connection>
    <developerConnection>scm:git:ssh://github.com/ashishdas1921/android-common-utilities-sdk.git</developerConnection>
    <url>https://github.com/ashishdas1921/android-common-utilities-sdk/tree/master</url>
  </scm>
</project>
