<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.fsryan.tools</groupId>
  <artifactId>logging-android-appcenter</artifactId>
  <version>0.0.5</version>
  <packaging>aar</packaging>
  <description>Logging for Analytics events and Developer events on Dalvik or ART with appcenter destinations</description>
  <name>logging-android-appcenter</name>
  <url>https://github.com/ryansgot/logging</url>
  <developers>
    <developer>
      <id>fsryan</id>
      <name>Ryan Scott</name>
      <email>fsryan.developer@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/ryansgot/logging.git</connection>
    <developerConnection>https://github.com/ryansgot/logging.git</developerConnection>
    <url>https://github.com/ryansgot/logging</url>
  </scm>
  <properties>
    <gitrev>f8fd63d</gitrev>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.fsryan.tools</groupId>
      <artifactId>logging</artifactId>
      <version>0.0.5</version>
    </dependency>
    <dependency>
      <groupId>com.fsryan.tools</groupId>
      <artifactId>logging-android</artifactId>
      <version>0.0.5</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.3.50</version>
    </dependency>
    <dependency>
      <groupId>com.microsoft.appcenter</groupId>
      <artifactId>appcenter-analytics</artifactId>
      <version>2.4.0</version>
    </dependency>
    <dependency>
      <groupId>com.microsoft.appcenter</groupId>
      <artifactId>appcenter-crashes</artifactId>
      <version>2.4.0</version>
    </dependency>
    <dependency>
      <groupId>com.fsryan.tools</groupId>
      <artifactId>logging</artifactId>
      <version>0.0.5</version>
    </dependency>
    <dependency>
      <groupId>com.fsryan.tools</groupId>
      <artifactId>logging-android</artifactId>
      <version>0.0.5</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.3.50</version>
    </dependency>
    <dependency>
      <groupId>com.microsoft.appcenter</groupId>
      <artifactId>appcenter-analytics</artifactId>
      <version>2.4.0</version>
    </dependency>
    <dependency>
      <groupId>com.microsoft.appcenter</groupId>
      <artifactId>appcenter-crashes</artifactId>
      <version>2.4.0</version>
    </dependency>
  </dependencies>
</project>
