<?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>me.tatiyanupanwong.supasin.android.libraries.huawei.maps</groupId>
  <artifactId>maps-utils</artifactId>
  <version>1.0.0-alpha02</version>
  <packaging>aar</packaging>
  <name>HUAWEI Map Kit Utility Library (Unofficial)</name>
  <description>Utilities that are useful for a wide range of applications using the HUAWEI Map Kit.</description>
  <url>https://github.com/SupasinTatiyanupanwong/huawei-maps-utils</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>supasintatiyanupanwong</id>
      <name>Supasin Tatiyanupanwong</name>
      <email>supasin@tatiyanupanwong.me</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/SupasinTatiyanupanwong/huawei-maps-utils.git</connection>
    <developerConnection>https://github.com/SupasinTatiyanupanwong/huawei-maps-utils.git</developerConnection>
    <url>https://github.com/SupasinTatiyanupanwong/huawei-maps-utils</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.huawei.hms</groupId>
      <artifactId>maps</artifactId>
      <version>5.0.0.300</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.13</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.robolectric</groupId>
      <artifactId>robolectric</artifactId>
      <version>4.3.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>net.sf.kxml</groupId>
      <artifactId>kxml2</artifactId>
      <version>2.3.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
