<?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>ir.tapsell</groupId>
  <artifactId>tapsell-reactnative</artifactId>
  <version>1.3.0-beta02</version>
  <packaging>aar</packaging>
  <name>Tapsell</name>
  <description>Tapsell advertisement Android library</description>
  <url>https://tapsell.ir</url>
  <organization>
    <name>Tapsell</name>
    <url>https://tapsell.ir</url>
  </organization>
  <licenses>
    <license>
      <name>Tapsell SDK License</name>
      <url>https://developer.tapsell.ir/docs/policies/terms-and-conditions</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <organization>Tapsell</organization>
      <organizationUrl>https://tapsell.ir</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/tapsellorg/TapsellSDK-AndroidSample</connection>
    <developerConnection>https://github.com/tapsellorg/TapsellSDK-AndroidSample</developerConnection>
    <url>https://tapsell.ir</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <artifactId>constraintlayout</artifactId>
      <version>2.1.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.media3</groupId>
      <artifactId>media3-exoplayer</artifactId>
      <version>1.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.media3</groupId>
      <artifactId>media3-exoplayer-hls</artifactId>
      <version>1.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.work</groupId>
      <artifactId>work-runtime-ktx</artifactId>
      <version>2.8.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.moshi</groupId>
      <artifactId>moshi</artifactId>
      <version>1.15.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ir.tapsell.mediation</groupId>
      <artifactId>tapsell-reactnative</artifactId>
      <version>1.3.0-beta02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ir.tapsell</groupId>
      <artifactId>clock</artifactId>
      <version>1.3.0-beta02</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ir.tapsell</groupId>
      <artifactId>core</artifactId>
      <version>1.3.0-beta02</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ir.tapsell</groupId>
      <artifactId>sentry</artifactId>
      <version>1.3.0-beta02</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ir.tapsell</groupId>
      <artifactId>session</artifactId>
      <version>1.3.0-beta02</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>pl.droidsonroids.gif</groupId>
      <artifactId>android-gif-drawable</artifactId>
      <version>1.2.14</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
