<?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.medallia</groupId>
  <artifactId>digital-android-sdk</artifactId>
  <version>4.3.0</version>
  <packaging>aar</packaging>
  <name>medallia-digital-android-sdk</name>
  <description>Collect real-time customer feedback across digital channels, including web, mobile and in-app</description>
  <url>https://github.com/medallia/digital-android-sdk</url>
  <scm>
    <url>https://github.com/medallia/digital-android-sdk</url>
    <connection>scm:git:github.com/medallia/digital-android-sdk.git</connection>
  </scm>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/medallia/digital-android-sdk/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Medallia Digital</name>
      <email>mavencentral-digital@medallia.com</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.work</groupId>
      <artifactId>work-runtime</artifactId>
      <version>2.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.play</groupId>
      <artifactId>review</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
