<?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.appsamurai.storyly</groupId>
  <artifactId>storyly-monetization</artifactId>
  <version>1.2.2</version>
  <packaging>aar</packaging>
  <name>storyly-monetization</name>
  <description>Storyly Monetization SDK is used for story representation provided by App Samurai.</description>
  <url>https://github.com/Netvent/storyly-mobile/</url>
  <licenses>
    <license>
      <name>Stream License</name>
      <url>https://github.com/Netvent/storyly-mobile/blob/master/android/README.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>appsamurai</id>
      <name>App Samurai</name>
      <email>mobile@appsamurai.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/Netvent/storyly-mobile.git</connection>
    <developerConnection>scm:git:ssh://github.com/Netvent/storyly-mobile.git</developerConnection>
    <url>https://github.com/Netvent/storyly-mobile/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.5.31</version>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.7.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <artifactId>constraintlayout</artifactId>
      <version>2.0.4</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-ads</artifactId>
      <version>21.2.0</version>
    </dependency>
    <dependency>
      <groupId>com.appsamurai.storyly</groupId>
      <artifactId>storyly</artifactId>
      <version>1.26.6</version>
    </dependency>
    <dependency>
      <groupId>androidx.databinding</groupId>
      <artifactId>viewbinding</artifactId>
      <version>7.0.3</version>
    </dependency>
  </dependencies>
</project>
