<?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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.matomo-org</groupId>
  <artifactId>matomo-sdk-android</artifactId>
  <version>4.4</version>
  <packaging>aar</packaging>
  <name>matomo-org/matomo-sdk-android</name>
  <description>SDK for Android to measure your apps with Matomo. Works on Android phones, tablets, Fire TV sticks, and more!</description>
  <url>https://github.com/matomo-org/matomo-sdk-android</url>
  <inceptionYear>2014</inceptionYear>
  <licenses>
    <license>
      <name>BSD 3-Clause 'New' or 'Revised' License</name>
      <url>https://github.com/matomo-org/matomo-sdk-android/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>matomo-org</id>
      <name>Matomo Analytics</name>
      <email>hello@matomo.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/matomo-org/matomo-sdk-android.git</connection>
    <developerConnection>scm:git://github.com/matomo-org/matomo-sdk-android.git</developerConnection>
    <url>git://github.com/matomo-org/matomo-sdk-android.git</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-stdlib-jdk8</artifactId>
        <version>2.2.10</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.9.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.AppDevNext.Logcat</groupId>
      <artifactId>LogcatCoreLib</artifactId>
      <version>3.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
