<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>com.appodeal.ads.sdk.services</groupId>
  <artifactId>firebase</artifactId>
  <version>3.0.1.1</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.6.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.appodeal.ads.sdk.core</groupId>
      <artifactId>internal</artifactId>
      <version>3.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.appodeal.ads.sdk.core</groupId>
      <artifactId>public</artifactId>
      <version>3.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.firebase</groupId>
      <artifactId>firebase-config-ktx</artifactId>
      <version>21.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.firebase</groupId>
      <artifactId>firebase-analytics-ktx</artifactId>
      <version>21.2.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>firebase</name>
  <description>Firebase service adapter for Appodeal SDK mediation</description>
  <url>http://appodeal.com/</url>
  <licenses>
    <license>
      <name>Appodeal SDK License Agreement</name>
      <url>https://appodeal.com/sdk-license-agreement/</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:github.com/appodeal/appodeal-android-sdk.git</connection>
    <developerConnection>scm:git:ssh://github.com/appodeal/appodeal-android-sdk.git</developerConnection>
    <url>https://github.com/appodeal/appodeal-android-sdk.git</url>
  </scm>
  <developers>
    <developer>
      <name>Appodeal</name>
      <url>http://appodeal.com/</url>
    </developer>
  </developers>
</project>
