<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>ch.admin.geo.openswissmaps</groupId>
  <artifactId>openswissmaps-sdk-dev</artifactId>
  <version>1.1.4.39</version>
  <packaging>aar</packaging>
  <name>openswissmaps-sdk</name>
  <description>Android SDK to display maps and geodata of swisstopo</description>
  <url>https://github.com/geoadmin/lib-open-swiss-maps-sdk</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>Mozilla Public License 2.0</name>
      <url>https://www.mozilla.org/en-US/MPL/2.0/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>geo.admin.ch</id>
      <name>geo.admin.ch</name>
      <url>https://github.com/geoadmin</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:geoadmin/lib-open-swiss-maps-sdk.git</connection>
    <developerConnection>scm:git@github.com:geoadmin/lib-open-swiss-maps-sdk.git</developerConnection>
    <url>https://github.com/geoadmin/lib-open-swiss-maps-sdk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.openmobilemaps</groupId>
      <artifactId>mapscore-dev</artifactId>
      <version>1.3.3.77</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.openmobilemaps</groupId>
      <artifactId>layer-gps-dev</artifactId>
      <version>0.1.2.39</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.5.30</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-runtime-ktx</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.4.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
