<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.readium.kotlin-toolkit</groupId>
  <artifactId>readium-shared</artifactId>
  <version>2.4.0</version>
  <packaging>aar</packaging>
  <name>readium-shared</name>
  <description>A toolkit for ebooks, audiobooks and comics written in Kotlin</description>
  <url>https://github.com/readium/kotlin-toolkit</url>
  <licenses>
    <license>
      <name>BSD-3-Clause license</name>
      <url>https://github.com/readium/kotlin-toolkit/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>aferditamuriqi</id>
      <name>Aferdita Muriqi</name>
      <email>aferdita.muriqi@gmail.com</email>
    </developer>
    <developer>
      <id>mickael-menu</id>
      <name>Mickaël Menu</name>
      <email>mickael.menu@gmail.com</email>
    </developer>
    <developer>
      <id>qnga</id>
      <name>Quentin Gliosca</name>
      <email>quentin.gliosca@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/readium/kotlin-toolkit.git</connection>
    <developerConnection>scm:git:ssh://github.com/readium/kotlin-toolkit.git</developerConnection>
    <url>https://github.com/readium/kotlin-toolkit</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.7.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-parcelize-runtime</artifactId>
      <version>1.7.20</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.browser</groupId>
      <artifactId>browser</artifactId>
      <version>1.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.kittinunf.fuel</groupId>
      <artifactId>fuel-android</artifactId>
      <version>2.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.kittinunf.fuel</groupId>
      <artifactId>fuel</artifactId>
      <version>2.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jakewharton.timber</groupId>
      <artifactId>timber</artifactId>
      <version>5.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.12.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>nl.komponents.kovenant</groupId>
      <artifactId>kovenant-android</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>nl.komponents.kovenant</groupId>
      <artifactId>kovenant-combine</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>nl.komponents.kovenant</groupId>
      <artifactId>kovenant-core</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>nl.komponents.kovenant</groupId>
      <artifactId>kovenant-functional</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>nl.komponents.kovenant</groupId>
      <artifactId>kovenant-jvm</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>nl.komponents.kovenant</groupId>
      <artifactId>kovenant</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.7.20</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.6.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json</artifactId>
      <version>1.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jsoup</groupId>
      <artifactId>jsoup</artifactId>
      <version>1.15.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
