<?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>co.pushe.plus</groupId>
  <artifactId>notification</artifactId>
  <version>2.5.1</version>
  <packaging>aar</packaging>
  <name>notification</name>
  <description>Pushe Plus Notification module</description>
  <url>https://pushe.co</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mahdi-malv</id>
      <name>Mahdi Malv</name>
      <email>mahdi.malvandi@pushe.co</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/pusheco/android-sdk</connection>
    <developerConnection>https://github.com/pusheco/android-sdk</developerConnection>
    <url>https://pushe.co</url>
  </scm>
  <dependencies>
    <dependency>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <groupId>org.jetbrains.kotlin</groupId>
      <version>1.3.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>lifecycle-extensions</artifactId>
      <groupId>androidx.lifecycle</groupId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>core</artifactId>
      <groupId>co.pushe.plus</groupId>
      <version>2.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>dagger</artifactId>
      <groupId>com.google.dagger</groupId>
      <version>2.27</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>moshi</artifactId>
      <groupId>com.squareup.moshi</groupId>
      <version>1.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>work-runtime-ktx</artifactId>
      <groupId>androidx.work</groupId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>work-rxjava2</artifactId>
      <groupId>androidx.work</groupId>
      <version>2.5.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>io.reactivex.rxjava2</groupId>
          <artifactId>rxjava</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <artifactId>appcompat</artifactId>
      <groupId>androidx.appcompat</groupId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
