<?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.mobigrowing</groupId>
  <artifactId>mobigrowing-ads-sdk</artifactId>
  <version>1.2.0</version>
  <packaging>aar</packaging>
  <name>MobiGrowing Ads SDK</name>
  <description>MobiGrowing Ads SDk for Android Platform</description>
  <url>http://www.mobigrowing.com</url>
  <licenses>
    <license>
      <name>MobiGrowing Terms and Conditions</name>
      <url>https://usacdn.mobigrowing.com/AD/VIDEO_TEMPLATE_REACT_OVERSEAS/doc/MobiGrowing_Terms_and_Conditions_for_Advertising_Demand_Partners_202111.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>MobiGrowing</id>
      <name>MobiGrowing</name>
      <email>service@mobigrowing.com</email>
    </developer>
  </developers>
  <scm>
    <url>http://www.mobigrowing.com</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.4.32</version>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.3.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <artifactId>material</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.12.13</version>
    </dependency>
    <dependency>
      <groupId>pl.droidsonroids.gif</groupId>
      <artifactId>android-gif-drawable</artifactId>
      <version>1.2.6</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-ads-identifier</artifactId>
      <version>17.0.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-runtime</artifactId>
      <version>2.3.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-ktx</artifactId>
      <version>2.3.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.6</version>
    </dependency>
    <dependency>
      <groupId>com.mobigrowing</groupId>
      <artifactId>srn-sdk</artifactId>
      <version>1.0.0</version>
    </dependency>
  </dependencies>
</project>
