<?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.ad4screen.sdk</groupId>
  <artifactId>plugin-firebase-messaging</artifactId>
  <version>2.2</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>com.ad4screen.sdk</groupId>
      <artifactId>A4SSDK</artifactId>
      <version>3.6.4</version>
      <scope>compile</scope>
      <type>aar</type>
    </dependency>
    <dependency>
      <groupId>com.google.firebase</groupId>
      <artifactId>firebase-messaging</artifactId>
      <version>11.4.2</version>
      <scope>compile</scope>
      <type>aar</type>
    </dependency>
  </dependencies>
</project>
