<?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>com.lightningkite.butterfly</groupId>
  <artifactId>butterfly-bluetooth-android</artifactId>
  <version>0.2.0</version>
  <packaging>aar</packaging>
  <name>Butterfly-Bluetooth-Android</name>
  <description>A bluetooth extension to Butterfly-Android.</description>
  <url>https://github.com/lightningkite/butterfly-bluetooth-android</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://www.mit.edu/~amini/LICENSE.md</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bjsvedin</id>
      <name>Brady Svedin</name>
      <email>brady@lightningkite.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/lightningkite/butterfly-bluetooth-android.git</connection>
    <developerConnection>scm:git:https://github.com/lightningkite/butterfly-bluetooth-android.git</developerConnection>
    <url>https://github.com/lightningkite/butterfly-bluetooth-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.lightningkite.butterfly</groupId>
      <artifactId>butterfly-android</artifactId>
      <version>0.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.polidea.rxandroidble2</groupId>
      <artifactId>rxandroidble</artifactId>
      <version>1.11.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxkotlin</artifactId>
      <version>2.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxandroid</artifactId>
      <version>2.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.6.10</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
