<?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.calldorado</groupId>
  <artifactId>pre-onboarding</artifactId>
  <version>0.1</version>
  <packaging>aar</packaging>
  <name>Pre-onboarding Lib</name>
  <description>To help publishers onboard users on CDO update</description>
  <url>https://www.calldorado.com/</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>androidx.databinding</groupId>
      <version>7.0.3</version>
      <artifactId>viewbinding</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <version>1.7.0</version>
      <artifactId>core-ktx</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <version>1.3.1</version>
      <artifactId>appcompat</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <version>1.4.0</version>
      <artifactId>material</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.work</groupId>
      <version>2.7.0</version>
      <artifactId>work-runtime-ktx</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <version>2.1.1</version>
      <artifactId>constraintlayout</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.navigation</groupId>
      <version>2.3.5</version>
      <artifactId>navigation-ui-ktx</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.test</groupId>
      <version>1.4.0</version>
      <artifactId>core-ktx</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.startup</groupId>
      <version>1.1.0</version>
      <artifactId>startup-runtime</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.play</groupId>
      <version>1.10.2</version>
      <artifactId>core</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jakewharton.timber</groupId>
      <version>5.0.1</version>
      <artifactId>timber</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <version>1.5.31</version>
      <artifactId>kotlin-reflect</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.danlew</groupId>
      <version>2.10.12.2</version>
      <artifactId>android.joda</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
