<?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>sh.bourbon</groupId>
  <artifactId>gist-firebase</artifactId>
  <version>1.3.0</version>
  <packaging>aar</packaging>
  <name>gist-firebase</name>
  <description>In-app messaging that converts</description>
  <url>https://gist.build/</url>
  <licenses>
    <license>
      <name>Bourbon Platform License</name>
      <url>https://gitlab.com/bourbonltd/gist-firebase-android/-/raw/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bourbon</id>
      <name>Bourbon Ltd</name>
      <email>tech@bourbon.sh</email>
    </developer>
  </developers>
  <scm>
    <connection>https://gitlab.com/bourbonltd/gist-firebase-android</connection>
    <developerConnection>https://gitlab.com/bourbonltd/gist-firebase-android</developerConnection>
    <url>https://gist.build/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.3.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <artifactId>constraintlayout</artifactId>
      <version>1.1.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.firebase</groupId>
      <artifactId>firebase-inappmessaging-ktx</artifactId>
      <version>19.0.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.firebase</groupId>
      <artifactId>firebase-core</artifactId>
      <version>17.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>sh.bourbon</groupId>
      <artifactId>gist</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
