<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <groupId>com.gpstogis.android</groupId>
  <artifactId>gtg</artifactId>
  <version>2.1.5</version>
  <packaging>aar</packaging>
  <name>gtg</name>
  <description>Collect gps data for GIS and show it on mapper.</description>
  <url>https://github.com/gpstogis/android</url>
  <licenses>
    <license>
      <name>Apache-2.0 license</name>
      <url>https://github.com/gpstogis/android/blob/main/LICENSE</url>
    </license>
  </licenses>
  <scm>
    <url>git@github.com:gpstogis/android.git</url>
    <connection>scm:git:git@github.com:gpstogis/android.git</connection>
    <developerConnection>scm:git:git@github.com:gpstogis/android.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>gpstogis</id>
      <name>mgtg_android_sdk</name>
      <organization>gpstogis.com</organization>
    </developer>
  </developers>
</project>
