<?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>io.falu</groupId>
  <artifactId>falu-core</artifactId>
  <version>2.2.0</version>
  <packaging>aar</packaging>
  <name>Falu Core</name>
  <description>Common packages for Falu Android</description>
  <url>https://github.com/tinglesoftware/falu-android</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://raw.githubusercontent.com/tinglesoftware/falu-android/main/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>tingle-software</id>
      <name>Tingle Software</name>
      <email>info@tingle.software</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/tinglesoftware/falu-android</connection>
    <developerConnection>scm:git:ssh://github.com/tinglesoftware/falu-android.git</developerConnection>
    <url>https://github.com/tinglesoftware/falu-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>software.tingle</groupId>
      <artifactId>abstractions</artifactId>
      <version>1.0.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.databinding</groupId>
      <artifactId>viewbinding</artifactId>
      <version>8.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.8.20</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
