<?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.thepalaceproject.r2</groupId>
  <artifactId>org.librarysimplified.r2.views</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>org.librarysimplified.r2.views</name>
  <description>Library Simplified (R2 views)</description>
  <url>http://github.com/ThePalaceProject/android-r2</url>
  <licenses>
    <license>
      <name>Apache 2.0 License</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>io7m</id>
      <name>Mark Raynsford</name>
      <email>code@io7m.com</email>
      <url>https://www.io7m.com</url>
    </developer>
    <developer>
      <id>winniequinn</id>
      <name>Winnie Quinn</name>
      <url>https://www.winniequinn.com/</url>
    </developer>
    <developer>
      <id>gioneill</id>
      <name>Greg O'Neill</name>
      <url>https://github.com/gioneill</url>
    </developer>
    <developer>
      <id>mattniehoff</id>
      <name>Matt Niehoff</name>
      <url>https://github.com/mattniehoff</url>
    </developer>
    <developer>
      <id>MalcolmMcFly</id>
      <name>Malcolm Woods</name>
      <url>https://github.com/MalcolmMcFly</url>
    </developer>
    <developer>
      <id>twaddington</id>
      <name>Tristan Waddington</name>
      <url>https://github.com/twaddington</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/ThePalaceProject/android-r2</connection>
    <developerConnection>scm:git:ssh://git@github.com/ThePalaceProject/android-r2</developerConnection>
    <url>http://github.com/ThePalaceProject/android-r2</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.thepalaceproject.r2</groupId>
      <artifactId>org.librarysimplified.r2.api</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.thepalaceproject.r2</groupId>
      <artifactId>org.librarysimplified.r2.ui_thread</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <artifactId>constraintlayout</artifactId>
      <version>2.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.3.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-extensions</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-viewmodel</artifactId>
      <version>2.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.viewpager2</groupId>
      <artifactId>viewpager2</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <artifactId>material</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.5.30</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.librarysimplified.android.theme</groupId>
      <artifactId>org.librarysimplified.android.theme</artifactId>
      <version>0.0.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.readium.kotlin-toolkit</groupId>
      <artifactId>readium-shared</artifactId>
      <version>2.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.readium.kotlin-toolkit</groupId>
      <artifactId>readium-streamer</artifactId>
      <version>2.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.25</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.akarnokd</groupId>
      <artifactId>rxjava2-extensions</artifactId>
      <version>0.20.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxandroid</artifactId>
      <version>2.1.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
