<?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>dev.jahir</groupId>
  <artifactId>Kuper</artifactId>
  <version>2.4.2</version>
  <packaging>aar</packaging>
  <name>Kuper</name>
  <description>Android library for Zooper &amp; Kustom widgets packs</description>
  <url>https://github.com/jahirfiquitiva/Kuper</url>
  <licenses>
    <license>
      <name>License</name>
      <url>https://github.com/jahirfiquitiva/Kuper/blob/sample/LICENSE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jahirfiquitiva</id>
      <name>Jahir Fiquitiva</name>
      <email>hola@jahir.dev</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/jahirfiquitiva/Kuper.git</connection>
    <developerConnection>scm:git:ssh://github.com/jahirfiquitiva/Kuper.git</developerConnection>
    <url>https://github.com/jahirfiquitiva/Kuper/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.jahir</groupId>
      <artifactId>Frames</artifactId>
      <version>3.5.2</version>
    </dependency>
    <dependency>
      <groupId>dev.jahir.KustomAPI</groupId>
      <artifactId>api</artifactId>
      <version>6369c37</version>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-runtime-ktx</artifactId>
      <version>2.5.1</version>
    </dependency>
  </dependencies>
</project>
