<?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>io.github.boswelja.ephemeris</groupId>
  <artifactId>android-views</artifactId>
  <version>1.0.4</version>
  <packaging>aar</packaging>
  <name>android-views</name>
  <description>The flexible, multiplatform calendar library!</description>
  <url>https://github.com/boswelja/Ephemeris/tree/main/android/views</url>
  <licenses>
    <license>
      <name>GPLv3</name>
      <url>https://github.com/boswelja/Ephemeris/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>boswelja</id>
      <name>Jack Boswell</name>
      <email>boswelja@outlook.com</email>
      <url>https://github.com/boswelja</url>
    </developer>
    <developer>
      <id>Iannnr</id>
      <name>Ian Roberts</name>
      <url>https://github.com/Iannnr</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/boswelja/Ephemeris.git</connection>
    <developerConnection>scm:git:ssh://github.com/boswelja/Ephemeris.git</developerConnection>
    <url>https://github.com/boswelja/Ephemeris</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.boswelja.ephemeris</groupId>
      <artifactId>core</artifactId>
      <version>1.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.6.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.recyclerview</groupId>
      <artifactId>recyclerview</artifactId>
      <version>1.3.0-alpha02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.databinding</groupId>
      <artifactId>viewbinding</artifactId>
      <version>7.3.0-alpha09</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.20</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
