<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.pulsatehq.sdk</groupId>
  <artifactId>PulsateSdk</artifactId>
  <version>4.1.12</version>
  <packaging>aar</packaging>
  <name>PulsateSdk</name>
  <description>Pulsate SDK</description>
  <url>http://www.pulsatehq.com</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>rafaelskubisz</id>
      <name>Rafael Skubisz</name>
      <email>rafael.skubisz@pulsatehq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/PulsateHQ/Pulsate-Android-SDK-Source-Refactored.git</connection>
    <developerConnection>scm:git:ssh://github.com/PulsateHQ/Pulsate-Android-SDK-Source-Refactored.git</developerConnection>
    <url>https://github.com/PulsateHQ/Pulsate-Android-SDK-Source-Refactored/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <artifactId>viewbinding</artifactId>
      <groupId>androidx.databinding</groupId>
      <version>7.4.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <artifactId>core-ktx</artifactId>
      <groupId>androidx.core</groupId>
      <version>1.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>kotlinx-coroutines-rx3</artifactId>
      <groupId>org.jetbrains.kotlinx</groupId>
      <version>1.6.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>material</artifactId>
      <groupId>com.google.android.material</groupId>
      <version>1.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>swiperefreshlayout</artifactId>
      <groupId>androidx.swiperefreshlayout</groupId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>constraintlayout</artifactId>
      <groupId>androidx.constraintlayout</groupId>
      <version>2.1.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>appcompat</artifactId>
      <groupId>androidx.appcompat</groupId>
      <version>1.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>recyclerview</artifactId>
      <groupId>androidx.recyclerview</groupId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>cardview</artifactId>
      <groupId>androidx.cardview</groupId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>room-runtime</artifactId>
      <groupId>androidx.room</groupId>
      <version>2.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>room-rxjava3</artifactId>
      <groupId>androidx.room</groupId>
      <version>2.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>room-ktx</artifactId>
      <groupId>androidx.room</groupId>
      <version>2.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>lifecycle-viewmodel-ktx</artifactId>
      <groupId>androidx.lifecycle</groupId>
      <version>2.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>lifecycle-livedata-ktx</artifactId>
      <groupId>androidx.lifecycle</groupId>
      <version>2.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>lifecycle-viewmodel-savedstate</artifactId>
      <groupId>androidx.lifecycle</groupId>
      <version>2.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>lifecycle-process</artifactId>
      <groupId>androidx.lifecycle</groupId>
      <version>2.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>lifecycle-common-java8</artifactId>
      <groupId>androidx.lifecycle</groupId>
      <version>2.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>navigation-fragment-ktx</artifactId>
      <groupId>androidx.navigation</groupId>
      <version>2.5.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>firebase-core</artifactId>
      <groupId>com.google.firebase</groupId>
      <version>21.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>firebase-messaging</artifactId>
      <groupId>com.google.firebase</groupId>
      <version>23.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>firebase-storage</artifactId>
      <groupId>com.google.firebase</groupId>
      <version>20.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>libphonenumber</artifactId>
      <groupId>com.googlecode.libphonenumber</groupId>
      <version>8.13.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>glide</artifactId>
      <groupId>com.github.bumptech.glide</groupId>
      <version>4.15.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>android-beacon-library</artifactId>
      <groupId>org.altbeacon</groupId>
      <version>2.19.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>play-services-location</artifactId>
      <groupId>com.google.android.gms</groupId>
      <version>21.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>play-services-maps</artifactId>
      <groupId>com.google.android.gms</groupId>
      <version>18.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>android-maps-utils</artifactId>
      <groupId>com.google.maps.android</groupId>
      <version>3.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>rxandroid</artifactId>
      <groupId>io.reactivex.rxjava3</groupId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>rxjava</artifactId>
      <groupId>io.reactivex.rxjava3</groupId>
      <version>3.1.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>retrofit</artifactId>
      <groupId>com.squareup.retrofit2</groupId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>converter-gson</artifactId>
      <groupId>com.squareup.retrofit2</groupId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>adapter-rxjava3</artifactId>
      <groupId>com.squareup.retrofit2</groupId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>okhttp</artifactId>
      <groupId>com.squareup.okhttp3</groupId>
      <version>4.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>gson</artifactId>
      <groupId>com.google.code.gson</groupId>
      <version>2.10.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>work-runtime-ktx</artifactId>
      <groupId>androidx.work</groupId>
      <version>2.8.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>work-runtime</artifactId>
      <groupId>androidx.work</groupId>
      <version>2.8.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>work-rxjava3</artifactId>
      <groupId>androidx.work</groupId>
      <version>2.8.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>work-gcm</artifactId>
      <groupId>androidx.work</groupId>
      <version>2.8.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>dagger</artifactId>
      <groupId>com.google.dagger</groupId>
      <version>2.45</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>timber</artifactId>
      <groupId>com.jakewharton.timber</groupId>
      <version>5.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>logging-interceptor</artifactId>
      <groupId>com.squareup.okhttp3</groupId>
      <version>4.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <artifactId>library</artifactId>
      <groupId>com.github.chuckerteam.chucker</groupId>
      <version>3.5.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
